Html Css Color HEX #EDA34B Sunshade

📋 copy color: '#EDA34B'

red 237 ◦ green 163 ◦ blue 75

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

Shades of Sunshade #EDA34B

Tints of Sunshade #EDA34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.79%

R = 49.89%
G = 34.32%
B = 15.79%

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

#EDA34B (or 0xEDA34B) is known color: Sunshade. HEX triplet: ED, A3 and 4B. RGB value is (237,163,75). Sum of RGB (Red+Green+Blue) = 237+163+75=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA34B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA34B is #125CB4. Grayscale: #AFAFAF. Windows color (decimal): -1203381 or 4957165. OLE color: 4957165.

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

Color convert

RGB 237 163 75 -
CMYK 0 0.31 0.68 0.07
HSL 32.59º 0.82% 0.61% -
HSV(B) 32.59º 0.68% 0.93% -
XYZ 49.29 44.71 12.69 -
YUV 175.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 237 163 75 0 0.31 0.68 0.07 32.59 0.82 0.61
Hex ED A3 4B 0 1F 44 7 21 52 3D
Octal 355 243 113 0 37 104 7 41 122 75
Binary 11101101 10100011 1001011 0 11111 1000100 111 100001 1010010 111101

Color Harmonies of #EDA34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA34B

Black with #EDA34B

Text Example


Text Example

White with #EDA34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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