Html Css Color HEX #EDBB64 Harvest Gold

📋 copy color: '#EDBB64'

red 237 ◦ green 187 ◦ blue 100

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

Shades of Harvest Gold #EDBB64

Tints of Harvest Gold #EDBB64

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.69%

 BLUE value IS 100 (39.45% from 255) = 19.08%

R = 45.23%
G = 35.69%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDBB64 (or 0xEDBB64) is known color: Harvest Gold. HEX triplet: ED, BB and 64. RGB value is (237,187,100). Sum of RGB (Red+Green+Blue) = 237+187+100=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBB64 is #12449B. Grayscale: #C0C0C0. Windows color (decimal): -1197212 or 6601709. OLE color: 6601709.

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

Color convert

RGB 237 187 100 -
CMYK 0 0.21 0.58 0.07
HSL 38.1º 0.79% 0.66% -
HSV(B) 38.1º 0.58% 0.93% -
XYZ 55 54.47 19.67 -
YUV 192.03 76.07 160.07 -
System Red Green Blue C M Y K H S L
Decimal 237 187 100 0 0.21 0.58 0.07 38.1 0.79 0.66
Hex ED BB 64 0 15 3A 7 26 4F 42
Octal 355 273 144 0 25 72 7 46 117 102
Binary 11101101 10111011 1100100 0 10101 111010 111 100110 1001111 1000010

Color Harmonies of #EDBB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB64

Black with #EDBB64

Text Example


Text Example

White with #EDBB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB64; }

 p { color: rgb(237,187,100); }

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

background-color css

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

 a { background-color: rgb(237,187,100); }

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

border-color css

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

 span { border-color: rgb(237,187,100); }

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