Html Css Color HEX #EFE85A Corn

📋 copy color: '#EFE85A'

red 239 ◦ green 232 ◦ blue 90

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

Shades of Corn #EFE85A

Tints of Corn #EFE85A

RGB

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

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

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

R = 42.6%
G = 41.35%
B = 16.04%

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

#EFE85A (or 0xEFE85A) is known color: Corn. HEX triplet: EF, E8 and 5A. RGB value is (239,232,90). Sum of RGB (Red+Green+Blue) = 239+232+90=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE85A is #1017A5. Grayscale: #DADADA. Windows color (decimal): -1054630 or 5957871. OLE color: 5957871.

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

Color convert

RGB 239 232 90 -
CMYK 0 0.03 0.62 0.06
HSL 57.18º 0.82% 0.65% -
HSV(B) 57.18º 0.62% 0.94% -
XYZ 66.3 76.8 21 -
YUV 217.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 239 232 90 0 0.03 0.62 0.06 57.18 0.82 0.65
Hex EF E8 5A 0 3 3E 6 39 52 41
Octal 357 350 132 0 3 76 6 71 122 101
Binary 11101111 11101000 1011010 0 11 111110 110 111001 1010010 1000001

Color Harmonies of #EFE85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE85A

Black with #EFE85A

Text Example


Text Example

White with #EFE85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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