Html Css Color HEX #EDEB57 Corn

📋 copy color: '#EDEB57'

red 237 ◦ green 235 ◦ blue 87

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

Shades of Corn #EDEB57

Tints of Corn #EDEB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.56%

R = 42.4%
G = 42.04%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDEB57 (or 0xEDEB57) is known color: Corn. HEX triplet: ED, EB and 57. RGB value is (237,235,87). Sum of RGB (Red+Green+Blue) = 237+235+87=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 87 (34.38% from 255 or 15.56% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB57 is #1214A8. Grayscale: #DBDBDB. Windows color (decimal): -1184937 or 5762029. OLE color: 5762029.

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

Color convert

RGB 237 235 87 -
CMYK 0 0.01 0.63 0.07
HSL 59.2º 0.81% 0.64% -
HSV(B) 59.2º 0.63% 0.93% -
XYZ 66.35 78.11 20.6 -
YUV 218.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 237 235 87 0 0.01 0.63 0.07 59.2 0.81 0.64
Hex ED EB 57 0 1 3F 7 3B 51 40
Octal 355 353 127 0 1 77 7 73 121 100
Binary 11101101 11101011 1010111 0 1 111111 111 111011 1010001 1000000

Color Harmonies of #EDEB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB57

Black with #EDEB57

Text Example


Text Example

White with #EDEB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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