Html Css Color HEX #EFE45A Corn

📋 copy color: '#EFE45A'

red 239 ◦ green 228 ◦ blue 90

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

Shades of Corn #EFE45A

Tints of Corn #EFE45A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.93%

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

R = 42.91%
G = 40.93%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFE45A (or 0xEFE45A) is known color: Corn. HEX triplet: EF, E4 and 5A. RGB value is (239,228,90). Sum of RGB (Red+Green+Blue) = 239+228+90=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE45A is #101BA5. Grayscale: #D8D8D8. Windows color (decimal): -1055654 or 5956847. OLE color: 5956847.

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

Color convert

RGB 239 228 90 -
CMYK 0 0.05 0.62 0.06
HSL 55.57º 0.82% 0.65% -
HSV(B) 55.57º 0.62% 0.94% -
XYZ 65.19 74.58 20.63 -
YUV 215.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 239 228 90 0 0.05 0.62 0.06 55.57 0.82 0.65
Hex EF E4 5A 0 5 3E 6 38 52 41
Octal 357 344 132 0 5 76 6 70 122 101
Binary 11101111 11100100 1011010 0 101 111110 110 111000 1010010 1000001

Color Harmonies of #EFE45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE45A

Black with #EFE45A

Text Example


Text Example

White with #EFE45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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