Html Css Color HEX #EFE85B Corn

📋 copy color: '#EFE85B'

red 239 ◦ green 232 ◦ blue 91

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

Shades of Corn #EFE85B

Tints of Corn #EFE85B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.28%

 BLUE value IS 91 (35.94% from 255) = 16.19%

R = 42.53%
G = 41.28%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFE85B (or 0xEFE85B) is known color: Corn. HEX triplet: EF, E8 and 5B. RGB value is (239,232,91). Sum of RGB (Red+Green+Blue) = 239+232+91=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 91 (35.94% from 255 or 16.19% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE85B is #1017A4. Grayscale: #DADADA. Windows color (decimal): -1054629 or 6023407. OLE color: 6023407.

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

Color convert

RGB 239 232 91 -
CMYK 0 0.03 0.62 0.06
HSL 57.16º 0.82% 0.65% -
HSV(B) 57.16º 0.62% 0.94% -
XYZ 66.34 76.82 21.23 -
YUV 218.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 239 232 91 0 0.03 0.62 0.06 57.16 0.82 0.65
Hex EF E8 5B 0 3 3E 6 39 52 41
Octal 357 350 133 0 3 76 6 71 122 101
Binary 11101111 11101000 1011011 0 11 111110 110 111001 1010010 1000001

Color Harmonies of #EFE85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE85B

Black with #EFE85B

Text Example


Text Example

White with #EFE85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE85B; }

 p { color: rgb(239,232,91); }

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

background-color css

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

 a { background-color: rgb(239,232,91); }

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

border-color css

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

 span { border-color: rgb(239,232,91); }

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