Html Css Color HEX #EDE95A Corn

📋 copy color: '#EDE95A'

red 237 ◦ green 233 ◦ blue 90

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

Shades of Corn #EDE95A

Tints of Corn #EDE95A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.61%

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

R = 42.32%
G = 41.61%
B = 16.07%

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

#EDE95A (or 0xEDE95A) is known color: Corn. HEX triplet: ED, E9 and 5A. RGB value is (237,233,90). Sum of RGB (Red+Green+Blue) = 237+233+90=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 90 (35.55% from 255 or 16.07% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE95A is #1216A5. Grayscale: #DADADA. Windows color (decimal): -1185446 or 5958125. OLE color: 5958125.

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

Color convert

RGB 237 233 90 -
CMYK 0 0.02 0.62 0.07
HSL 58.37º 0.8% 0.64% -
HSV(B) 58.37º 0.62% 0.93% -
XYZ 65.91 77.02 21.07 -
YUV 217.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 237 233 90 0 0.02 0.62 0.07 58.37 0.8 0.64
Hex ED E9 5A 0 2 3E 7 3A 50 40
Octal 355 351 132 0 2 76 7 72 120 100
Binary 11101101 11101001 1011010 0 10 111110 111 111010 1010000 1000000

Color Harmonies of #EDE95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE95A

Black with #EDE95A

Text Example


Text Example

White with #EDE95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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