Html Css Color HEX #EFEB5A Corn

📋 copy color: '#EFEB5A'

red 239 ◦ green 235 ◦ blue 90

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

Shades of Corn #EFEB5A

Tints of Corn #EFEB5A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.67%

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

R = 42.38%
G = 41.67%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFEB5A (or 0xEFEB5A) is known color: Corn. HEX triplet: EF, EB and 5A. RGB value is (239,235,90). Sum of RGB (Red+Green+Blue) = 239+235+90=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 90 (35.55% from 255 or 15.96% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB5A is #1014A5. Grayscale: #DCDCDC. Windows color (decimal): -1053862 or 5958639. OLE color: 5958639.

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

Color convert

RGB 239 235 90 -
CMYK 0 0.02 0.62 0.06
HSL 58.39º 0.82% 0.65% -
HSV(B) 58.39º 0.62% 0.94% -
XYZ 67.15 78.51 21.29 -
YUV 219.67 54.83 141.79 -
System Red Green Blue C M Y K H S L
Decimal 239 235 90 0 0.02 0.62 0.06 58.39 0.82 0.65
Hex EF EB 5A 0 2 3E 6 3A 52 41
Octal 357 353 132 0 2 76 6 72 122 101
Binary 11101111 11101011 1011010 0 10 111110 110 111010 1010010 1000001

Color Harmonies of #EFEB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB5A

Black with #EFEB5A

Text Example


Text Example

White with #EFEB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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