Html Css Color HEX #EBED72 Honeysuckle

📋 copy color: '#EBED72'

red 235 ◦ green 237 ◦ blue 114

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

Shades of Honeysuckle #EBED72

Tints of Honeysuckle #EBED72

RGB

 RED value IS 235 (92.19% from 255) = 40.1%

 GREEN value IS 237 (92.97% from 255) = 40.44%

 BLUE value IS 114 (44.92% from 255) = 19.45%

R = 40.1%
G = 40.44%
B = 19.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EBED72 (or 0xEBED72) is known color: Honeysuckle. HEX triplet: EB, ED and 72. RGB value is (235,237,114). Sum of RGB (Red+Green+Blue) = 235+237+114=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED72 is #14128D. Grayscale: #DEDEDE. Windows color (decimal): -1315470 or 7532011. OLE color: 7532011.

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

Color convert

RGB 235 237 114 -
CMYK 0.01 0 0.52 0.07
HSL 60.98º 0.77% 0.69% -
HSV(B) 60.98º 0.52% 0.93% -
XYZ 67.58 79.45 27.69 -
YUV 222.38 66.84 137 -
System Red Green Blue C M Y K H S L
Decimal 235 237 114 0.01 0 0.52 0.07 60.98 0.77 0.69
Hex EB ED 72 1 0 34 7 3D 4D 45
Octal 353 355 162 1 0 64 7 75 115 105
Binary 11101011 11101101 1110010 1 0 110100 111 111101 1001101 1000101

Color Harmonies of #EBED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED72

Black with #EBED72

Text Example


Text Example

White with #EBED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED72; }

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

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

background-color css

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

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

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

border-color css

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

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

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