Html Css Color HEX #EDE768 Honeysuckle

📋 copy color: '#EDE768'

red 237 ◦ green 231 ◦ blue 104

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

Shades of Honeysuckle #EDE768

Tints of Honeysuckle #EDE768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.18%

R = 41.43%
G = 40.38%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDE768 (or 0xEDE768) is known color: Honeysuckle. HEX triplet: ED, E7 and 68. RGB value is (237,231,104). Sum of RGB (Red+Green+Blue) = 237+231+104=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 104 (41.02% from 255 or 18.18% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE768 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE768 is #121897. Grayscale: #DADADA. Windows color (decimal): -1185944 or 6875117. OLE color: 6875117.

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

Color convert

RGB 237 231 104 -
CMYK 0 0.03 0.56 0.07
HSL 57.29º 0.79% 0.67% -
HSV(B) 57.29º 0.56% 0.93% -
XYZ 66 76.16 24.32 -
YUV 218.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 237 231 104 0 0.03 0.56 0.07 57.29 0.79 0.67
Hex ED E7 68 0 3 38 7 39 4F 43
Octal 355 347 150 0 3 70 7 71 117 103
Binary 11101101 11100111 1101000 0 11 111000 111 111001 1001111 1000011

Color Harmonies of #EDE768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE768

Black with #EDE768

Text Example


Text Example

White with #EDE768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE768; }

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

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

background-color css

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

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

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

border-color css

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

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

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