Html Css Color HEX #EDB469 Harvest Gold

📋 copy color: '#EDB469'

red 237 ◦ green 180 ◦ blue 105

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

Shades of Harvest Gold #EDB469

Tints of Harvest Gold #EDB469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.48%

 BLUE value IS 105 (41.41% from 255) = 20.11%

R = 45.4%
G = 34.48%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDB469 (or 0xEDB469) is known color: Harvest Gold. HEX triplet: ED, B4 and 69. RGB value is (237,180,105). Sum of RGB (Red+Green+Blue) = 237+180+105=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB469 is #124B96. Grayscale: #BCBCBC. Windows color (decimal): -1198999 or 6927597. OLE color: 6927597.

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

Color convert

RGB 237 180 105 -
CMYK 0 0.24 0.56 0.07
HSL 34.09º 0.79% 0.67% -
HSV(B) 34.09º 0.56% 0.93% -
XYZ 53.8 51.67 20.5 -
YUV 188.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 237 180 105 0 0.24 0.56 0.07 34.09 0.79 0.67
Hex ED B4 69 0 18 38 7 22 4F 43
Octal 355 264 151 0 30 70 7 42 117 103
Binary 11101101 10110100 1101001 0 11000 111000 111 100010 1001111 1000011

Color Harmonies of #EDB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB469

Black with #EDB469

Text Example


Text Example

White with #EDB469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB469; }

 p { color: rgb(237,180,105); }

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

background-color css

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

 a { background-color: rgb(237,180,105); }

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

border-color css

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

 span { border-color: rgb(237,180,105); }

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