Html Css Color HEX #EDEC5A Corn

📋 copy color: '#EDEC5A'

red 237 ◦ green 236 ◦ blue 90

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

Shades of Corn #EDEC5A

Tints of Corn #EDEC5A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.92%

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

R = 42.1%
G = 41.92%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDEC5A (or 0xEDEC5A) is known color: Corn. HEX triplet: ED, EC and 5A. RGB value is (237,236,90). Sum of RGB (Red+Green+Blue) = 237+236+90=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 90 (35.55% from 255 or 15.99% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC5A is #1213A5. Grayscale: #DCDCDC. Windows color (decimal): -1184678 or 5958893. OLE color: 5958893.

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

Color convert

RGB 237 236 90 -
CMYK 0 0.00 0.62 0.07
HSL 59.59º 0.8% 0.64% -
HSV(B) 59.59º 0.62% 0.93% -
XYZ 66.77 78.73 21.35 -
YUV 219.66 54.83 140.37 -
System Red Green Blue C M Y K H S L
Decimal 237 236 90 0 0.00 0.62 0.07 59.59 0.8 0.64
Hex ED EC 5A 0 0 3E 7 3C 50 40
Octal 355 354 132 0 0 76 7 74 120 100
Binary 11101101 11101100 1011010 0 0 111110 111 111100 1010000 1000000

Color Harmonies of #EDEC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC5A

Black with #EDEC5A

Text Example


Text Example

White with #EDEC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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