Html Css Color HEX #EDE85A Corn

📋 copy color: '#EDE85A'

red 237 ◦ green 232 ◦ blue 90

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

Shades of Corn #EDE85A

Tints of Corn #EDE85A

RGB

 RED value IS 237 (92.97% from 255) = 42.4%

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

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

R = 42.4%
G = 41.5%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDE85A (or 0xEDE85A) is known color: Corn. HEX triplet: ED, E8 and 5A. RGB value is (237,232,90). Sum of RGB (Red+Green+Blue) = 237+232+90=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 90 (35.55% from 255 or 16.10% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE85A is #1217A5. Grayscale: #D9D9D9. Windows color (decimal): -1185702 or 5957869. OLE color: 5957869.

HSL color Cylindrical-coordinate representation of color #EDE85A: hue angle of 57.96º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDE85A is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 90 -
CMYK 0 0.02 0.62 0.07
HSL 57.96º 0.8% 0.64% -
HSV(B) 57.96º 0.62% 0.93% -
XYZ 65.63 76.46 20.97 -
YUV 217.31 56.16 142.05 -
System Red Green Blue C M Y K H S L
Decimal 237 232 90 0 0.02 0.62 0.07 57.96 0.8 0.64
Hex ED E8 5A 0 2 3E 7 3A 50 40
Octal 355 350 132 0 2 76 7 72 120 100
Binary 11101101 11101000 1011010 0 10 111110 111 111010 1010000 1000000

Color Harmonies of #EDE85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE85A

Black with #EDE85A

Text Example


Text Example

White with #EDE85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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