Html Css Color HEX #EFC75A Cream Can

📋 copy color: '#EFC75A'

red 239 ◦ green 199 ◦ blue 90

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

Shades of Cream Can #EFC75A

Tints of Cream Can #EFC75A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.69%

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

R = 45.27%
G = 37.69%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFC75A (or 0xEFC75A) is known color: Cream Can. HEX triplet: EF, C7 and 5A. RGB value is (239,199,90). Sum of RGB (Red+Green+Blue) = 239+199+90=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC75A is #1038A5. Grayscale: #C7C7C7. Windows color (decimal): -1063078 or 5949423. OLE color: 5949423.

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

Color convert

RGB 239 199 90 -
CMYK 0 0.17 0.62 0.06
HSL 43.89º 0.82% 0.65% -
HSV(B) 43.89º 0.62% 0.94% -
XYZ 57.87 59.94 18.19 -
YUV 198.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 239 199 90 0 0.17 0.62 0.06 43.89 0.82 0.65
Hex EF C7 5A 0 11 3E 6 2C 52 41
Octal 357 307 132 0 21 76 6 54 122 101
Binary 11101111 11000111 1011010 0 10001 111110 110 101100 1010010 1000001

Color Harmonies of #EFC75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC75A

Black with #EFC75A

Text Example


Text Example

White with #EFC75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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