Html Css Color HEX #EDA34D Sunshade

📋 copy color: '#EDA34D'

red 237 ◦ green 163 ◦ blue 77

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

Shades of Sunshade #EDA34D

Tints of Sunshade #EDA34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.17%

 BLUE value IS 77 (30.47% from 255) = 16.14%

R = 49.69%
G = 34.17%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDA34D (or 0xEDA34D) is known color: Sunshade. HEX triplet: ED, A3 and 4D. RGB value is (237,163,77). Sum of RGB (Red+Green+Blue) = 237+163+77=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA34D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA34D is #125CB2. Grayscale: #AFAFAF. Windows color (decimal): -1203379 or 5088237. OLE color: 5088237.

HSL color Cylindrical-coordinate representation of color #EDA34D: hue angle of 32.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDA34D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 77 -
CMYK 0 0.31 0.68 0.07
HSL 32.25º 0.82% 0.62% -
HSV(B) 32.25º 0.68% 0.93% -
XYZ 49.36 44.73 13.05 -
YUV 175.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 237 163 77 0 0.31 0.68 0.07 32.25 0.82 0.62
Hex ED A3 4D 0 1F 44 7 20 52 3E
Octal 355 243 115 0 37 104 7 40 122 76
Binary 11101101 10100011 1001101 0 11111 1000100 111 100000 1010010 111110

Color Harmonies of #EDA34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA34D

Black with #EDA34D

Text Example


Text Example

White with #EDA34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA34D; }

 p { color: rgb(237,163,77); }

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

background-color css

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

 a { background-color: rgb(237,163,77); }

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

border-color css

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

 span { border-color: rgb(237,163,77); }

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