Html Css Color HEX #EFC34C Cream Can

📋 copy color: '#EFC34C'

red 239 ◦ green 195 ◦ blue 76

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

Shades of Cream Can #EFC34C

Tints of Cream Can #EFC34C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.24%

 BLUE value IS 76 (30.08% from 255) = 14.9%

R = 46.86%
G = 38.24%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFC34C (or 0xEFC34C) is known color: Cream Can. HEX triplet: EF, C3 and 4C. RGB value is (239,195,76). Sum of RGB (Red+Green+Blue) = 239+195+76=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC34C is #103CB3. Grayscale: #C3C3C3. Windows color (decimal): -1064116 or 5030895. OLE color: 5030895.

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

Color convert

RGB 239 195 76 -
CMYK 0 0.18 0.68 0.06
HSL 43.8º 0.84% 0.62% -
HSV(B) 43.8º 0.68% 0.94% -
XYZ 56.42 57.9 15.04 -
YUV 194.59 61.08 159.68 -
System Red Green Blue C M Y K H S L
Decimal 239 195 76 0 0.18 0.68 0.06 43.8 0.84 0.62
Hex EF C3 4C 0 12 44 6 2C 54 3E
Octal 357 303 114 0 22 104 6 54 124 76
Binary 11101111 11000011 1001100 0 10010 1000100 110 101100 1010100 111110

Color Harmonies of #EFC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC34C

Black with #EFC34C

Text Example


Text Example

White with #EFC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC34C; }

 p { color: rgb(239,195,76); }

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

background-color css

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

 a { background-color: rgb(239,195,76); }

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

border-color css

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

 span { border-color: rgb(239,195,76); }

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