Html Css Color HEX #EFC05C Cream Can

📋 copy color: '#EFC05C'

red 239 ◦ green 192 ◦ blue 92

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

Shades of Cream Can #EFC05C

Tints of Cream Can #EFC05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.59%

R = 45.7%
G = 36.71%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFC05C (or 0xEFC05C) is known color: Cream Can. HEX triplet: EF, C0 and 5C. RGB value is (239,192,92). Sum of RGB (Red+Green+Blue) = 239+192+92=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC05C is #103FA3. Grayscale: #C3C3C3. Windows color (decimal): -1064868 or 6078703. OLE color: 6078703.

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

Color convert

RGB 239 192 92 -
CMYK 0 0.20 0.62 0.06
HSL 40.82º 0.82% 0.65% -
HSV(B) 40.82º 0.62% 0.94% -
XYZ 56.38 56.82 18.12 -
YUV 194.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 239 192 92 0 0.20 0.62 0.06 40.82 0.82 0.65
Hex EF C0 5C 0 14 3E 6 29 52 41
Octal 357 300 134 0 24 76 6 51 122 101
Binary 11101111 11000000 1011100 0 10100 111110 110 101001 1010010 1000001

Color Harmonies of #EFC05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC05C

Black with #EFC05C

Text Example


Text Example

White with #EFC05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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