Html Css Color HEX #EFE85F Corn

📋 copy color: '#EFE85F'

red 239 ◦ green 232 ◦ blue 95

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

Shades of Corn #EFE85F

Tints of Corn #EFE85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.78%

R = 42.23%
G = 40.99%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFE85F (or 0xEFE85F) is known color: Corn. HEX triplet: EF, E8 and 5F. RGB value is (239,232,95). Sum of RGB (Red+Green+Blue) = 239+232+95=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 95 (37.5% from 255 or 16.78% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE85F is #1017A0. Grayscale: #DBDBDB. Windows color (decimal): -1054625 or 6285551. OLE color: 6285551.

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

Color convert

RGB 239 232 95 -
CMYK 0 0.03 0.60 0.06
HSL 57.08º 0.82% 0.65% -
HSV(B) 57.08º 0.6% 0.94% -
XYZ 66.52 76.89 22.16 -
YUV 218.48 58.32 142.64 -
System Red Green Blue C M Y K H S L
Decimal 239 232 95 0 0.03 0.60 0.06 57.08 0.82 0.65
Hex EF E8 5F 0 3 3C 6 39 52 41
Octal 357 350 137 0 3 74 6 71 122 101
Binary 11101111 11101000 1011111 0 11 111100 110 111001 1010010 1000001

Color Harmonies of #EFE85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE85F

Black with #EFE85F

Text Example


Text Example

White with #EFE85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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