Html Css Color HEX #EDDF67 Honeysuckle

📋 copy color: '#EDDF67'

red 237 ◦ green 223 ◦ blue 103

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

Shades of Honeysuckle #EDDF67

Tints of Honeysuckle #EDDF67

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.61%

 BLUE value IS 103 (40.63% from 255) = 18.29%

R = 42.1%
G = 39.61%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDDF67 (or 0xEDDF67) is known color: Honeysuckle. HEX triplet: ED, DF and 67. RGB value is (237,223,103). Sum of RGB (Red+Green+Blue) = 237+223+103=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF67 is #122098. Grayscale: #D6D6D6. Windows color (decimal): -1187993 or 6807533. OLE color: 6807533.

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

Color convert

RGB 237 223 103 -
CMYK 0 0.06 0.57 0.07
HSL 53.73º 0.79% 0.67% -
HSV(B) 53.73º 0.57% 0.93% -
XYZ 63.76 71.76 23.32 -
YUV 213.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 237 223 103 0 0.06 0.57 0.07 53.73 0.79 0.67
Hex ED DF 67 0 6 39 7 36 4F 43
Octal 355 337 147 0 6 71 7 66 117 103
Binary 11101101 11011111 1100111 0 110 111001 111 110110 1001111 1000011

Color Harmonies of #EDDF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF67

Black with #EDDF67

Text Example


Text Example

White with #EDDF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF67; }

 p { color: rgb(237,223,103); }

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

background-color css

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

 a { background-color: rgb(237,223,103); }

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

border-color css

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

 span { border-color: rgb(237,223,103); }

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