Html Css Color HEX #EFC150 Cream Can

📋 copy color: '#EFC150'

red 239 ◦ green 193 ◦ blue 80

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

Shades of Cream Can #EFC150

Tints of Cream Can #EFC150

RGB

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

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

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

R = 46.68%
G = 37.7%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFC150 (or 0xEFC150) is known color: Cream Can. HEX triplet: EF, C1 and 50. RGB value is (239,193,80). Sum of RGB (Red+Green+Blue) = 239+193+80=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC150 is #103EAF. Grayscale: #C2C2C2. Windows color (decimal): -1064624 or 5292527. OLE color: 5292527.

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

Color convert

RGB 239 193 80 -
CMYK 0 0.19 0.67 0.06
HSL 42.64º 0.83% 0.63% -
HSV(B) 42.64º 0.67% 0.94% -
XYZ 56.11 57.07 15.65 -
YUV 193.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 239 193 80 0 0.19 0.67 0.06 42.64 0.83 0.63
Hex EF C1 50 0 13 43 6 2B 53 3F
Octal 357 301 120 0 23 103 6 53 123 77
Binary 11101111 11000001 1010000 0 10011 1000011 110 101011 1010011 111111

Color Harmonies of #EFC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC150

Black with #EFC150

Text Example


Text Example

White with #EFC150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC150; }

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

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

background-color css

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

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

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

border-color css

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

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

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