Html Css Color HEX #EFC152 Cream Can

📋 copy color: '#EFC152'

red 239 ◦ green 193 ◦ blue 82

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

Shades of Cream Can #EFC152

Tints of Cream Can #EFC152

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.55%

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

R = 46.5%
G = 37.55%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFC152 (or 0xEFC152) is known color: Cream Can. HEX triplet: EF, C1 and 52. RGB value is (239,193,82). Sum of RGB (Red+Green+Blue) = 239+193+82=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC152 is #103EAD. Grayscale: #C2C2C2. Windows color (decimal): -1064622 or 5423599. OLE color: 5423599.

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

Color convert

RGB 239 193 82 -
CMYK 0 0.19 0.66 0.06
HSL 42.42º 0.83% 0.63% -
HSV(B) 42.42º 0.66% 0.94% -
XYZ 56.19 57.1 16.04 -
YUV 194.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 239 193 82 0 0.19 0.66 0.06 42.42 0.83 0.63
Hex EF C1 52 0 13 42 6 2A 53 3F
Octal 357 301 122 0 23 102 6 52 123 77
Binary 11101111 11000001 1010010 0 10011 1000010 110 101010 1010011 111111

Color Harmonies of #EFC152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC152

Black with #EFC152

Text Example


Text Example

White with #EFC152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC152; }

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

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

background-color css

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

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

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

border-color css

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

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

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