Html Css Color HEX #EFC952 Cream Can

📋 copy color: '#EFC952'

red 239 ◦ green 201 ◦ blue 82

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

Shades of Cream Can #EFC952

Tints of Cream Can #EFC952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.51%

 BLUE value IS 82 (32.42% from 255) = 15.71%

R = 45.79%
G = 38.51%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFC952 (or 0xEFC952) is known color: Cream Can. HEX triplet: EF, C9 and 52. RGB value is (239,201,82). Sum of RGB (Red+Green+Blue) = 239+201+82=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC952 is #1036AD. Grayscale: #C7C7C7. Windows color (decimal): -1062574 or 5425647. OLE color: 5425647.

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

Color convert

RGB 239 201 82 -
CMYK 0 0.16 0.66 0.06
HSL 45.48º 0.83% 0.63% -
HSV(B) 45.48º 0.66% 0.94% -
XYZ 58.01 60.73 16.65 -
YUV 198.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 239 201 82 0 0.16 0.66 0.06 45.48 0.83 0.63
Hex EF C9 52 0 10 42 6 2D 53 3F
Octal 357 311 122 0 20 102 6 55 123 77
Binary 11101111 11001001 1010010 0 10000 1000010 110 101101 1010011 111111

Color Harmonies of #EFC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC952

Black with #EFC952

Text Example


Text Example

White with #EFC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC952; }

 p { color: rgb(239,201,82); }

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

background-color css

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

 a { background-color: rgb(239,201,82); }

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

border-color css

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

 span { border-color: rgb(239,201,82); }

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