Html Css Color HEX #EFC55A Cream Can

📋 copy color: '#EFC55A'

red 239 ◦ green 197 ◦ blue 90

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

Shades of Cream Can #EFC55A

Tints of Cream Can #EFC55A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.45%

 BLUE value IS 90 (35.55% from 255) = 17.11%

R = 45.44%
G = 37.45%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFC55A (or 0xEFC55A) is known color: Cream Can. HEX triplet: EF, C5 and 5A. RGB value is (239,197,90). Sum of RGB (Red+Green+Blue) = 239+197+90=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC55A is #103AA5. Grayscale: #C5C5C5. Windows color (decimal): -1063590 or 5948911. OLE color: 5948911.

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

Color convert

RGB 239 197 90 -
CMYK 0 0.18 0.62 0.06
HSL 43.09º 0.82% 0.65% -
HSV(B) 43.09º 0.62% 0.94% -
XYZ 57.41 59.02 18.04 -
YUV 197.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 239 197 90 0 0.18 0.62 0.06 43.09 0.82 0.65
Hex EF C5 5A 0 12 3E 6 2B 52 41
Octal 357 305 132 0 22 76 6 53 122 101
Binary 11101111 11000101 1011010 0 10010 111110 110 101011 1010010 1000001

Color Harmonies of #EFC55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC55A

Black with #EFC55A

Text Example


Text Example

White with #EFC55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC55A; }

 p { color: rgb(239,197,90); }

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

background-color css

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

 a { background-color: rgb(239,197,90); }

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

border-color css

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

 span { border-color: rgb(239,197,90); }

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