Html Css Color HEX #EDA134 Yellow Sea

📋 copy color: '#EDA134'

red 237 ◦ green 161 ◦ blue 52

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

Shades of Yellow Sea #EDA134

Tints of Yellow Sea #EDA134

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.78%

 BLUE value IS 52 (20.7% from 255) = 11.56%

R = 52.67%
G = 35.78%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDA134 (or 0xEDA134) is known color: Yellow Sea. HEX triplet: ED, A1 and 34. RGB value is (237,161,52). Sum of RGB (Red+Green+Blue) = 237+161+52=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA134 is #125ECB. Grayscale: #ABABAB. Windows color (decimal): -1203916 or 3449325. OLE color: 3449325.

HSL color Cylindrical-coordinate representation of color #EDA134: hue angle of 35.35º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDA134 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 161 52 -
CMYK 0 0.32 0.78 0.07
HSL 35.35º 0.84% 0.57% -
HSV(B) 35.35º 0.78% 0.93% -
XYZ 48.29 43.74 9.15 -
YUV 171.3 60.68 174.86 -
System Red Green Blue C M Y K H S L
Decimal 237 161 52 0 0.32 0.78 0.07 35.35 0.84 0.57
Hex ED A1 34 0 20 4E 7 23 54 39
Octal 355 241 64 0 40 116 7 43 124 71
Binary 11101101 10100001 110100 0 100000 1001110 111 100011 1010100 111001

Color Harmonies of #EDA134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA134

Black with #EDA134

Text Example


Text Example

White with #EDA134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA134; }

 p { color: rgb(237,161,52); }

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

background-color css

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

 a { background-color: rgb(237,161,52); }

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

border-color css

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

 span { border-color: rgb(237,161,52); }

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