Html Css Color HEX #EDE75A Corn

📋 copy color: '#EDE75A'

red 237 ◦ green 231 ◦ blue 90

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

Shades of Corn #EDE75A

Tints of Corn #EDE75A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.4%

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

R = 42.47%
G = 41.4%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDE75A (or 0xEDE75A) is known color: Corn. HEX triplet: ED, E7 and 5A. RGB value is (237,231,90). Sum of RGB (Red+Green+Blue) = 237+231+90=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 90 (35.55% from 255 or 16.13% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE75A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE75A is #1218A5. Grayscale: #D9D9D9. Windows color (decimal): -1185958 or 5957613. OLE color: 5957613.

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

Color convert

RGB 237 231 90 -
CMYK 0 0.03 0.62 0.07
HSL 57.55º 0.8% 0.64% -
HSV(B) 57.55º 0.62% 0.93% -
XYZ 65.35 75.89 20.88 -
YUV 216.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 237 231 90 0 0.03 0.62 0.07 57.55 0.8 0.64
Hex ED E7 5A 0 3 3E 7 3A 50 40
Octal 355 347 132 0 3 76 7 72 120 100
Binary 11101101 11100111 1011010 0 11 111110 111 111010 1010000 1000000

Color Harmonies of #EDE75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE75A

Black with #EDE75A

Text Example


Text Example

White with #EDE75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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