Html Css Color HEX #EDA634 Yellow Sea

📋 copy color: '#EDA634'

red 237 ◦ green 166 ◦ blue 52

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

Shades of Yellow Sea #EDA634

Tints of Yellow Sea #EDA634

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.48%

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

R = 52.09%
G = 36.48%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDA634 (or 0xEDA634) is known color: Yellow Sea. HEX triplet: ED, A6 and 34. RGB value is (237,166,52). Sum of RGB (Red+Green+Blue) = 237+166+52=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA634 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA634 is #1259CB. Grayscale: #AEAEAE. Windows color (decimal): -1202636 or 3450605. OLE color: 3450605.

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

Color convert

RGB 237 166 52 -
CMYK 0 0.30 0.78 0.07
HSL 36.97º 0.84% 0.57% -
HSV(B) 36.97º 0.78% 0.93% -
XYZ 49.18 45.52 9.44 -
YUV 174.23 59.02 172.77 -
System Red Green Blue C M Y K H S L
Decimal 237 166 52 0 0.30 0.78 0.07 36.97 0.84 0.57
Hex ED A6 34 0 1E 4E 7 25 54 39
Octal 355 246 64 0 36 116 7 45 124 71
Binary 11101101 10100110 110100 0 11110 1001110 111 100101 1010100 111001

Color Harmonies of #EDA634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA634

Black with #EDA634

Text Example


Text Example

White with #EDA634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA634; }

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

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

background-color css

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

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

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

border-color css

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

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

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