Html Css Color HEX #EDEB58 Corn

📋 copy color: '#EDEB58'

red 237 ◦ green 235 ◦ blue 88

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

Shades of Corn #EDEB58

Tints of Corn #EDEB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.71%

R = 42.32%
G = 41.96%
B = 15.71%

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

#EDEB58 (or 0xEDEB58) is known color: Corn. HEX triplet: ED, EB and 58. RGB value is (237,235,88). Sum of RGB (Red+Green+Blue) = 237+235+88=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 88 (34.77% from 255 or 15.71% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB58 is #1214A7. Grayscale: #DBDBDB. Windows color (decimal): -1184936 or 5827565. OLE color: 5827565.

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

Color convert

RGB 237 235 88 -
CMYK 0 0.01 0.63 0.07
HSL 59.19º 0.81% 0.64% -
HSV(B) 59.19º 0.63% 0.93% -
XYZ 66.39 78.13 20.81 -
YUV 218.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 237 235 88 0 0.01 0.63 0.07 59.19 0.81 0.64
Hex ED EB 58 0 1 3F 7 3B 51 40
Octal 355 353 130 0 1 77 7 73 121 100
Binary 11101101 11101011 1011000 0 1 111111 111 111011 1010001 1000000

Color Harmonies of #EDEB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB58

Black with #EDEB58

Text Example


Text Example

White with #EDEB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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