Html Css Color HEX #EABD67 Harvest Gold

📋 copy color: '#EABD67'

red 234 ◦ green 189 ◦ blue 103

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

Shades of Harvest Gold #EABD67

Tints of Harvest Gold #EABD67

RGB

 RED value IS 234 (91.8% from 255) = 44.49%

 GREEN value IS 189 (74.22% from 255) = 35.93%

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

R = 44.49%
G = 35.93%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EABD67 (or 0xEABD67) is known color: Harvest Gold. HEX triplet: EA, BD and 67. RGB value is (234,189,103). Sum of RGB (Red+Green+Blue) = 234+189+103=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD67 is #154298. Grayscale: #C1C1C1. Windows color (decimal): -1393305 or 6798826. OLE color: 6798826.

HSL color Cylindrical-coordinate representation of color #EABD67: hue angle of 39.39º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EABD67 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 103 -
CMYK 0 0.19 0.56 0.08
HSL 39.39º 0.76% 0.66% -
HSV(B) 39.39º 0.56% 0.92% -
XYZ 54.58 54.87 20.55 -
YUV 192.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 234 189 103 0 0.19 0.56 0.08 39.39 0.76 0.66
Hex EA BD 67 0 13 38 8 27 4C 42
Octal 352 275 147 0 23 70 10 47 114 102
Binary 11101010 10111101 1100111 0 10011 111000 1000 100111 1001100 1000010

Color Harmonies of #EABD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD67

Black with #EABD67

Text Example


Text Example

White with #EABD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD67; }

 p { color: rgb(234,189,103); }

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

background-color css

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

 a { background-color: rgb(234,189,103); }

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

border-color css

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

 span { border-color: rgb(234,189,103); }

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