Html Css Color HEX #EFC450 Cream Can

📋 copy color: '#EFC450'

red 239 ◦ green 196 ◦ blue 80

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

Shades of Cream Can #EFC450

Tints of Cream Can #EFC450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.06%

 BLUE value IS 80 (31.64% from 255) = 15.53%

R = 46.41%
G = 38.06%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFC450 (or 0xEFC450) is known color: Cream Can. HEX triplet: EF, C4 and 50. RGB value is (239,196,80). Sum of RGB (Red+Green+Blue) = 239+196+80=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC450 is #103BAF. Grayscale: #C4C4C4. Windows color (decimal): -1063856 or 5293295. OLE color: 5293295.

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

Color convert

RGB 239 196 80 -
CMYK 0 0.18 0.67 0.06
HSL 43.77º 0.83% 0.63% -
HSV(B) 43.77º 0.67% 0.94% -
XYZ 56.78 58.41 15.87 -
YUV 195.63 62.75 158.93 -
System Red Green Blue C M Y K H S L
Decimal 239 196 80 0 0.18 0.67 0.06 43.77 0.83 0.63
Hex EF C4 50 0 12 43 6 2C 53 3F
Octal 357 304 120 0 22 103 6 54 123 77
Binary 11101111 11000100 1010000 0 10010 1000011 110 101100 1010011 111111

Color Harmonies of #EFC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC450

Black with #EFC450

Text Example


Text Example

White with #EFC450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC450; }

 p { color: rgb(239,196,80); }

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

background-color css

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

 a { background-color: rgb(239,196,80); }

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

border-color css

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

 span { border-color: rgb(239,196,80); }

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