Html Css Color HEX #EDA34C Sunshade

📋 copy color: '#EDA34C'

red 237 ◦ green 163 ◦ blue 76

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

Shades of Sunshade #EDA34C

Tints of Sunshade #EDA34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.97%

R = 49.79%
G = 34.24%
B = 15.97%

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

#EDA34C (or 0xEDA34C) is known color: Sunshade. HEX triplet: ED, A3 and 4C. RGB value is (237,163,76). Sum of RGB (Red+Green+Blue) = 237+163+76=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA34C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA34C is #125CB3. Grayscale: #AFAFAF. Windows color (decimal): -1203380 or 5022701. OLE color: 5022701.

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

Color convert

RGB 237 163 76 -
CMYK 0 0.31 0.68 0.07
HSL 32.42º 0.82% 0.61% -
HSV(B) 32.42º 0.68% 0.93% -
XYZ 49.33 44.72 12.87 -
YUV 175.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 237 163 76 0 0.31 0.68 0.07 32.42 0.82 0.61
Hex ED A3 4C 0 1F 44 7 20 52 3D
Octal 355 243 114 0 37 104 7 40 122 75
Binary 11101101 10100011 1001100 0 11111 1000100 111 100000 1010010 111101

Color Harmonies of #EDA34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA34C

Black with #EDA34C

Text Example


Text Example

White with #EDA34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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