Html Css Color HEX #EFC04C Cream Can

📋 copy color: '#EFC04C'

red 239 ◦ green 192 ◦ blue 76

#EFC04C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cream Can #EFC04C

Tints of Cream Can #EFC04C

RGB

 RED value IS 239 (93.75% from 255) = 47.14%

 GREEN value IS 192 (75.39% from 255) = 37.87%

 BLUE value IS 76 (30.08% from 255) = 14.99%

R = 47.14%
G = 37.87%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFC04C (or 0xEFC04C) is known color: Cream Can. HEX triplet: EF, C0 and 4C. RGB value is (239,192,76). Sum of RGB (Red+Green+Blue) = 239+192+76=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC04C is #103FB3. Grayscale: #C1C1C1. Windows color (decimal): -1064884 or 5030127. OLE color: 5030127.

HSL color Cylindrical-coordinate representation of color #EFC04C: hue angle of 42.7º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFC04C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 76 -
CMYK 0 0.20 0.68 0.06
HSL 42.7º 0.84% 0.62% -
HSV(B) 42.7º 0.68% 0.94% -
XYZ 55.75 56.57 14.82 -
YUV 192.83 62.07 160.93 -
System Red Green Blue C M Y K H S L
Decimal 239 192 76 0 0.20 0.68 0.06 42.7 0.84 0.62
Hex EF C0 4C 0 14 44 6 2B 54 3E
Octal 357 300 114 0 24 104 6 53 124 76
Binary 11101111 11000000 1001100 0 10100 1000100 110 101011 1010100 111110

Color Harmonies of #EFC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC04C

Black with #EFC04C

Text Example


Text Example

White with #EFC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC04C; }

 p { color: rgb(239,192,76); }

 H1.HeaderClassName
 {
   color: #EFC04C;
 }
 .AnyTagClassName
 {
   color: #EFC04C;
 }
</style>

background-color css

<style>
 a { background-color: #EFC04C; }

 a { background-color: rgb(239,192,76); }

 div.DivClassName
 {
   background-color: #EFC04C;
 }
 .BgClassName
 {
   background-color: #EFC04C;
 }
</style>

border-color css

<style>
 span { border-color: #EFC04C; }

 span { border-color: rgb(239,192,76); }

 td.TdClassName
 {
   border-color: #EFC04C;
 }
 .TagClassName
 {
   border-color: #EFC04C;
 }
</style>