Html Css Color HEX #EFC452 Cream Can

📋 copy color: '#EFC452'

red 239 ◦ green 196 ◦ blue 82

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

Shades of Cream Can #EFC452

Tints of Cream Can #EFC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.91%

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

R = 46.23%
G = 37.91%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFC452 (or 0xEFC452) is known color: Cream Can. HEX triplet: EF, C4 and 52. RGB value is (239,196,82). Sum of RGB (Red+Green+Blue) = 239+196+82=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC452 is #103BAD. Grayscale: #C4C4C4. Windows color (decimal): -1063854 or 5424367. OLE color: 5424367.

HSL color Cylindrical-coordinate representation of color #EFC452: hue angle of 43.57º 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 #EFC452 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 82 -
CMYK 0 0.18 0.66 0.06
HSL 43.57º 0.83% 0.63% -
HSV(B) 43.57º 0.66% 0.94% -
XYZ 56.86 58.44 16.27 -
YUV 195.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 239 196 82 0 0.18 0.66 0.06 43.57 0.83 0.63
Hex EF C4 52 0 12 42 6 2C 53 3F
Octal 357 304 122 0 22 102 6 54 123 77
Binary 11101111 11000100 1010010 0 10010 1000010 110 101100 1010011 111111

Color Harmonies of #EFC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC452

Black with #EFC452

Text Example


Text Example

White with #EFC452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC452; }

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

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

background-color css

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

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

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

border-color css

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

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

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