Html Css Color HEX #EDC268 Harvest Gold

📋 copy color: '#EDC268'

red 237 ◦ green 194 ◦ blue 104

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

Shades of Harvest Gold #EDC268

Tints of Harvest Gold #EDC268

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.26%

 BLUE value IS 104 (41.02% from 255) = 19.44%

R = 44.3%
G = 36.26%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDC268 (or 0xEDC268) is known color: Harvest Gold. HEX triplet: ED, C2 and 68. RGB value is (237,194,104). Sum of RGB (Red+Green+Blue) = 237+194+104=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC268 is #123D97. Grayscale: #C5C5C5. Windows color (decimal): -1195416 or 6865645. OLE color: 6865645.

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

Color convert

RGB 237 194 104 -
CMYK 0 0.18 0.56 0.07
HSL 40.6º 0.79% 0.67% -
HSV(B) 40.6º 0.56% 0.93% -
XYZ 56.72 57.59 21.22 -
YUV 196.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 237 194 104 0 0.18 0.56 0.07 40.6 0.79 0.67
Hex ED C2 68 0 12 38 7 29 4F 43
Octal 355 302 150 0 22 70 7 51 117 103
Binary 11101101 11000010 1101000 0 10010 111000 111 101001 1001111 1000011

Color Harmonies of #EDC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC268

Black with #EDC268

Text Example


Text Example

White with #EDC268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC268; }

 p { color: rgb(237,194,104); }

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

background-color css

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

 a { background-color: rgb(237,194,104); }

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

border-color css

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

 span { border-color: rgb(237,194,104); }

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