Html Css Color HEX #EDEB59 Corn

📋 copy color: '#EDEB59'

red 237 ◦ green 235 ◦ blue 89

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

Shades of Corn #EDEB59

Tints of Corn #EDEB59

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.89%

 BLUE value IS 89 (35.16% from 255) = 15.86%

R = 42.25%
G = 41.89%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDEB59 (or 0xEDEB59) is known color: Corn. HEX triplet: ED, EB and 59. RGB value is (237,235,89). Sum of RGB (Red+Green+Blue) = 237+235+89=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 89 (35.16% from 255 or 15.86% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB59 is #1214A6. Grayscale: #DBDBDB. Windows color (decimal): -1184935 or 5893101. OLE color: 5893101.

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

Color convert

RGB 237 235 89 -
CMYK 0 0.01 0.62 0.07
HSL 59.19º 0.8% 0.64% -
HSV(B) 59.19º 0.62% 0.93% -
XYZ 66.44 78.14 21.03 -
YUV 218.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 237 235 89 0 0.01 0.62 0.07 59.19 0.8 0.64
Hex ED EB 59 0 1 3E 7 3B 50 40
Octal 355 353 131 0 1 76 7 73 120 100
Binary 11101101 11101011 1011001 0 1 111110 111 111011 1010000 1000000

Color Harmonies of #EDEB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB59

Black with #EDEB59

Text Example


Text Example

White with #EDEB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB59; }

 p { color: rgb(237,235,89); }

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

background-color css

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

 a { background-color: rgb(237,235,89); }

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

border-color css

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

 span { border-color: rgb(237,235,89); }

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