Html Css Color HEX #EFC24B Cream Can

📋 copy color: '#EFC24B'

red 239 ◦ green 194 ◦ blue 75

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

Shades of Cream Can #EFC24B

Tints of Cream Can #EFC24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.19%

 BLUE value IS 75 (29.69% from 255) = 14.76%

R = 47.05%
G = 38.19%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFC24B (or 0xEFC24B) is known color: Cream Can. HEX triplet: EF, C2 and 4B. RGB value is (239,194,75). Sum of RGB (Red+Green+Blue) = 239+194+75=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC24B is #103DB4. Grayscale: #C2C2C2. Windows color (decimal): -1064373 or 4965103. OLE color: 4965103.

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

Color convert

RGB 239 194 75 -
CMYK 0 0.19 0.69 0.06
HSL 43.54º 0.84% 0.62% -
HSV(B) 43.54º 0.69% 0.94% -
XYZ 56.16 57.44 14.78 -
YUV 193.89 60.91 160.18 -
System Red Green Blue C M Y K H S L
Decimal 239 194 75 0 0.19 0.69 0.06 43.54 0.84 0.62
Hex EF C2 4B 0 13 45 6 2C 54 3E
Octal 357 302 113 0 23 105 6 54 124 76
Binary 11101111 11000010 1001011 0 10011 1000101 110 101100 1010100 111110

Color Harmonies of #EFC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC24B

Black with #EFC24B

Text Example


Text Example

White with #EFC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC24B; }

 p { color: rgb(239,194,75); }

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

background-color css

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

 a { background-color: rgb(239,194,75); }

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

border-color css

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

 span { border-color: rgb(239,194,75); }

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