Html Css Color HEX #EDF067 Honeysuckle

📋 copy color: '#EDF067'

red 237 ◦ green 240 ◦ blue 103

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

Shades of Honeysuckle #EDF067

Tints of Honeysuckle #EDF067

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.38%

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

R = 40.86%
G = 41.38%
B = 17.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EDF067 (or 0xEDF067) is known color: Honeysuckle. HEX triplet: ED, F0 and 67. RGB value is (237,240,103). Sum of RGB (Red+Green+Blue) = 237+240+103=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 103 (40.62% from 255 or 17.76% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF067 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF067 is #120F98. Grayscale: #E0E0E0. Windows color (decimal): -1183641 or 6811885. OLE color: 6811885.

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

Color convert

RGB 237 240 103 -
CMYK 0.01 0 0.57 0.06
HSL 61.31º 0.82% 0.67% -
HSV(B) 61.31º 0.57% 0.94% -
XYZ 68.53 81.3 24.91 -
YUV 223.49 60.01 137.64 -
System Red Green Blue C M Y K H S L
Decimal 237 240 103 0.01 0 0.57 0.06 61.31 0.82 0.67
Hex ED F0 67 1 0 39 6 3D 52 43
Octal 355 360 147 1 0 71 6 75 122 103
Binary 11101101 11110000 1100111 1 0 111001 110 111101 1010010 1000011

Color Harmonies of #EDF067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF067

Black with #EDF067

Text Example


Text Example

White with #EDF067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF067; }

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

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

background-color css

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

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

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

border-color css

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

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

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