Html Css Color HEX #EDE770 Honeysuckle

📋 copy color: '#EDE770'

red 237 ◦ green 231 ◦ blue 112

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

Shades of Honeysuckle #EDE770

Tints of Honeysuckle #EDE770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.31%

R = 40.86%
G = 39.83%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDE770 (or 0xEDE770) is known color: Honeysuckle. HEX triplet: ED, E7 and 70. RGB value is (237,231,112). Sum of RGB (Red+Green+Blue) = 237+231+112=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE770 is #12188F. Grayscale: #DBDBDB. Windows color (decimal): -1185936 or 7399405. OLE color: 7399405.

HSL color Cylindrical-coordinate representation of color #EDE770: hue angle of 57.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDE770 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 112 -
CMYK 0 0.03 0.53 0.07
HSL 57.12º 0.78% 0.68% -
HSV(B) 57.12º 0.53% 0.93% -
XYZ 66.43 76.33 26.56 -
YUV 219.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 237 231 112 0 0.03 0.53 0.07 57.12 0.78 0.68
Hex ED E7 70 0 3 35 7 39 4E 44
Octal 355 347 160 0 3 65 7 71 116 104
Binary 11101101 11100111 1110000 0 11 110101 111 111001 1001110 1000100

Color Harmonies of #EDE770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE770

Black with #EDE770

Text Example


Text Example

White with #EDE770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE770; }

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

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

background-color css

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

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

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

border-color css

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

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

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