Html Css Color HEX #EFC25E Cream Can

📋 copy color: '#EFC25E'

red 239 ◦ green 194 ◦ blue 94

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

Shades of Cream Can #EFC25E

Tints of Cream Can #EFC25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.84%

R = 45.35%
G = 36.81%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFC25E (or 0xEFC25E) is known color: Cream Can. HEX triplet: EF, C2 and 5E. RGB value is (239,194,94). Sum of RGB (Red+Green+Blue) = 239+194+94=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC25E is #103DA1. Grayscale: #C4C4C4. Windows color (decimal): -1064354 or 6210287. OLE color: 6210287.

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

Color convert

RGB 239 194 94 -
CMYK 0 0.19 0.61 0.06
HSL 41.38º 0.82% 0.65% -
HSV(B) 41.38º 0.61% 0.94% -
XYZ 56.91 57.74 18.74 -
YUV 196.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 239 194 94 0 0.19 0.61 0.06 41.38 0.82 0.65
Hex EF C2 5E 0 13 3D 6 29 52 41
Octal 357 302 136 0 23 75 6 51 122 101
Binary 11101111 11000010 1011110 0 10011 111101 110 101001 1010010 1000001

Color Harmonies of #EFC25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC25E

Black with #EFC25E

Text Example


Text Example

White with #EFC25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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