Html Css Color HEX #EDA534 Yellow Sea

📋 copy color: '#EDA534'

red 237 ◦ green 165 ◦ blue 52

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

Shades of Yellow Sea #EDA534

Tints of Yellow Sea #EDA534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.34%

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

R = 52.2%
G = 36.34%
B = 11.45%

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

#EDA534 (or 0xEDA534) is known color: Yellow Sea. HEX triplet: ED, A5 and 34. RGB value is (237,165,52). Sum of RGB (Red+Green+Blue) = 237+165+52=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA534 is #125ACB. Grayscale: #AEAEAE. Windows color (decimal): -1202892 or 3450349. OLE color: 3450349.

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

Color convert

RGB 237 165 52 -
CMYK 0 0.30 0.78 0.07
HSL 36.65º 0.84% 0.57% -
HSV(B) 36.65º 0.78% 0.93% -
XYZ 49 45.16 9.38 -
YUV 173.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 237 165 52 0 0.30 0.78 0.07 36.65 0.84 0.57
Hex ED A5 34 0 1E 4E 7 25 54 39
Octal 355 245 64 0 36 116 7 45 124 71
Binary 11101101 10100101 110100 0 11110 1001110 111 100101 1010100 111001

Color Harmonies of #EDA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA534

Black with #EDA534

Text Example


Text Example

White with #EDA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA534; }

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

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

background-color css

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

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

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

border-color css

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

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

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