Html Css Color HEX #EDEF5B Honeysuckle

📋 copy color: '#EDEF5B'

red 237 ◦ green 239 ◦ blue 91

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

Shades of Honeysuckle #EDEF5B

Tints of Honeysuckle #EDEF5B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.15%

 BLUE value IS 91 (35.94% from 255) = 16.05%

R = 41.8%
G = 42.15%
B = 16.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EDEF5B (or 0xEDEF5B) is known color: Honeysuckle. HEX triplet: ED, EF and 5B. RGB value is (237,239,91). Sum of RGB (Red+Green+Blue) = 237+239+91=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 91 (35.94% from 255 or 16.05% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF5B is #1210A4. Grayscale: #DEDEDE. Windows color (decimal): -1183909 or 6025197. OLE color: 6025197.

HSL color Cylindrical-coordinate representation of color #EDEF5B: hue angle of 60.81º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDEF5B is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 91 -
CMYK 0.01 0 0.62 0.06
HSL 60.81º 0.82% 0.65% -
HSV(B) 60.81º 0.62% 0.94% -
XYZ 67.68 80.49 21.87 -
YUV 221.53 54.34 139.03 -
System Red Green Blue C M Y K H S L
Decimal 237 239 91 0.01 0 0.62 0.06 60.81 0.82 0.65
Hex ED EF 5B 1 0 3E 6 3D 52 41
Octal 355 357 133 1 0 76 6 75 122 101
Binary 11101101 11101111 1011011 1 0 111110 110 111101 1010010 1000001

Color Harmonies of #EDEF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF5B

Black with #EDEF5B

Text Example


Text Example

White with #EDEF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF5B; }

 p { color: rgb(237,239,91); }

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

background-color css

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

 a { background-color: rgb(237,239,91); }

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

border-color css

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

 span { border-color: rgb(237,239,91); }

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