Html Css Color HEX #EFC852 Cream Can

📋 copy color: '#EFC852'

red 239 ◦ green 200 ◦ blue 82

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

Shades of Cream Can #EFC852

Tints of Cream Can #EFC852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.39%

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

R = 45.87%
G = 38.39%
B = 15.74%

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

#EFC852 (or 0xEFC852) is known color: Cream Can. HEX triplet: EF, C8 and 52. RGB value is (239,200,82). Sum of RGB (Red+Green+Blue) = 239+200+82=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC852 is #1037AD. Grayscale: #C6C6C6. Windows color (decimal): -1062830 or 5425391. OLE color: 5425391.

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

Color convert

RGB 239 200 82 -
CMYK 0 0.16 0.66 0.06
HSL 45.1º 0.83% 0.63% -
HSV(B) 45.1º 0.66% 0.94% -
XYZ 57.77 60.27 16.57 -
YUV 198.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 239 200 82 0 0.16 0.66 0.06 45.1 0.83 0.63
Hex EF C8 52 0 10 42 6 2D 53 3F
Octal 357 310 122 0 20 102 6 55 123 77
Binary 11101111 11001000 1010010 0 10000 1000010 110 101101 1010011 111111

Color Harmonies of #EFC852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC852

Black with #EFC852

Text Example


Text Example

White with #EFC852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC852; }

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

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

background-color css

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

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

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

border-color css

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

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

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