Html Css Color HEX #EDBF64 Harvest Gold

📋 copy color: '#EDBF64'

red 237 ◦ green 191 ◦ blue 100

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

Shades of Harvest Gold #EDBF64

Tints of Harvest Gold #EDBF64

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

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

R = 44.89%
G = 36.17%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDBF64 (or 0xEDBF64) is known color: Harvest Gold. HEX triplet: ED, BF and 64. RGB value is (237,191,100). Sum of RGB (Red+Green+Blue) = 237+191+100=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF64 is #12409B. Grayscale: #C2C2C2. Windows color (decimal): -1196188 or 6602733. OLE color: 6602733.

HSL color Cylindrical-coordinate representation of color #EDBF64: hue angle of 39.85º 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 #EDBF64 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 100 -
CMYK 0 0.19 0.58 0.07
HSL 39.85º 0.79% 0.66% -
HSV(B) 39.85º 0.58% 0.93% -
XYZ 55.86 56.19 19.96 -
YUV 194.38 74.74 158.4 -
System Red Green Blue C M Y K H S L
Decimal 237 191 100 0 0.19 0.58 0.07 39.85 0.79 0.66
Hex ED BF 64 0 13 3A 7 28 4F 42
Octal 355 277 144 0 23 72 7 50 117 102
Binary 11101101 10111111 1100100 0 10011 111010 111 101000 1001111 1000010

Color Harmonies of #EDBF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF64

Black with #EDBF64

Text Example


Text Example

White with #EDBF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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