Html Css Color HEX #EFE35F Corn

📋 copy color: '#EFE35F'

red 239 ◦ green 227 ◦ blue 95

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

Shades of Corn #EFE35F

Tints of Corn #EFE35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.46%

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

R = 42.6%
G = 40.46%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFE35F (or 0xEFE35F) is known color: Corn. HEX triplet: EF, E3 and 5F. RGB value is (239,227,95). Sum of RGB (Red+Green+Blue) = 239+227+95=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE35F is #101CA0. Grayscale: #D8D8D8. Windows color (decimal): -1055905 or 6284271. OLE color: 6284271.

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

Color convert

RGB 239 227 95 -
CMYK 0 0.05 0.60 0.06
HSL 55º 0.82% 0.65% -
HSV(B) 55º 0.6% 0.94% -
XYZ 65.13 74.12 21.7 -
YUV 215.54 59.98 144.73 -
System Red Green Blue C M Y K H S L
Decimal 239 227 95 0 0.05 0.60 0.06 55 0.82 0.65
Hex EF E3 5F 0 5 3C 6 37 52 41
Octal 357 343 137 0 5 74 6 67 122 101
Binary 11101111 11100011 1011111 0 101 111100 110 110111 1010010 1000001

Color Harmonies of #EFE35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE35F

Black with #EFE35F

Text Example


Text Example

White with #EFE35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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