Html Css Color HEX #EDBE64 Harvest Gold

📋 copy color: '#EDBE64'

red 237 ◦ green 190 ◦ blue 100

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

Shades of Harvest Gold #EDBE64

Tints of Harvest Gold #EDBE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.05%

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

R = 44.97%
G = 36.05%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDBE64 (or 0xEDBE64) is known color: Harvest Gold. HEX triplet: ED, BE and 64. RGB value is (237,190,100). Sum of RGB (Red+Green+Blue) = 237+190+100=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE64 is #12419B. Grayscale: #C2C2C2. Windows color (decimal): -1196444 or 6602477. OLE color: 6602477.

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

Color convert

RGB 237 190 100 -
CMYK 0 0.20 0.58 0.07
HSL 39.42º 0.79% 0.66% -
HSV(B) 39.42º 0.58% 0.93% -
XYZ 55.64 55.75 19.89 -
YUV 193.79 75.07 158.82 -
System Red Green Blue C M Y K H S L
Decimal 237 190 100 0 0.20 0.58 0.07 39.42 0.79 0.66
Hex ED BE 64 0 14 3A 7 27 4F 42
Octal 355 276 144 0 24 72 7 47 117 102
Binary 11101101 10111110 1100100 0 10100 111010 111 100111 1001111 1000010

Color Harmonies of #EDBE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBE64

Black with #EDBE64

Text Example


Text Example

White with #EDBE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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