Html Css Color HEX #EDE75E Honeysuckle

📋 copy color: '#EDE75E'

red 237 ◦ green 231 ◦ blue 94

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

Shades of Honeysuckle #EDE75E

Tints of Honeysuckle #EDE75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.73%

R = 42.17%
G = 41.1%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDE75E (or 0xEDE75E) is known color: Honeysuckle. HEX triplet: ED, E7 and 5E. RGB value is (237,231,94). Sum of RGB (Red+Green+Blue) = 237+231+94=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE75E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE75E is #1218A1. Grayscale: #D9D9D9. Windows color (decimal): -1185954 or 6219757. OLE color: 6219757.

HSL color Cylindrical-coordinate representation of color #EDE75E: hue angle of 57.48º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDE75E is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 94 -
CMYK 0 0.03 0.60 0.07
HSL 57.48º 0.8% 0.65% -
HSV(B) 57.48º 0.6% 0.93% -
XYZ 65.52 75.96 21.8 -
YUV 217.18 58.49 142.14 -
System Red Green Blue C M Y K H S L
Decimal 237 231 94 0 0.03 0.60 0.07 57.48 0.8 0.65
Hex ED E7 5E 0 3 3C 7 39 50 41
Octal 355 347 136 0 3 74 7 71 120 101
Binary 11101101 11100111 1011110 0 11 111100 111 111001 1010000 1000001

Color Harmonies of #EDE75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE75E

Black with #EDE75E

Text Example


Text Example

White with #EDE75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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