Html Css Color HEX #EFC04F Cream Can

📋 copy color: '#EFC04F'

red 239 ◦ green 192 ◦ blue 79

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

Shades of Cream Can #EFC04F

Tints of Cream Can #EFC04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.49%

R = 46.86%
G = 37.65%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFC04F (or 0xEFC04F) is known color: Cream Can. HEX triplet: EF, C0 and 4F. RGB value is (239,192,79). Sum of RGB (Red+Green+Blue) = 239+192+79=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC04F is #103FB0. Grayscale: #C1C1C1. Windows color (decimal): -1064881 or 5226735. OLE color: 5226735.

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

Color convert

RGB 239 192 79 -
CMYK 0 0.20 0.67 0.06
HSL 42.38º 0.83% 0.62% -
HSV(B) 42.38º 0.67% 0.94% -
XYZ 55.86 56.61 15.38 -
YUV 193.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 239 192 79 0 0.20 0.67 0.06 42.38 0.83 0.62
Hex EF C0 4F 0 14 43 6 2A 53 3E
Octal 357 300 117 0 24 103 6 52 123 76
Binary 11101111 11000000 1001111 0 10100 1000011 110 101010 1010011 111110

Color Harmonies of #EFC04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC04F

Black with #EFC04F

Text Example


Text Example

White with #EFC04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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