Html Css Color HEX #EDA434 Yellow Sea

📋 copy color: '#EDA434'

red 237 ◦ green 164 ◦ blue 52

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

Shades of Yellow Sea #EDA434

Tints of Yellow Sea #EDA434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.2%

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

R = 52.32%
G = 36.2%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDA434 (or 0xEDA434) is known color: Yellow Sea. HEX triplet: ED, A4 and 34. RGB value is (237,164,52). Sum of RGB (Red+Green+Blue) = 237+164+52=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA434 is #125BCB. Grayscale: #ADADAD. Windows color (decimal): -1203148 or 3450093. OLE color: 3450093.

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

Color convert

RGB 237 164 52 -
CMYK 0 0.31 0.78 0.07
HSL 36.32º 0.84% 0.57% -
HSV(B) 36.32º 0.78% 0.93% -
XYZ 48.82 44.8 9.32 -
YUV 173.06 59.68 173.61 -
System Red Green Blue C M Y K H S L
Decimal 237 164 52 0 0.31 0.78 0.07 36.32 0.84 0.57
Hex ED A4 34 0 1F 4E 7 24 54 39
Octal 355 244 64 0 37 116 7 44 124 71
Binary 11101101 10100100 110100 0 11111 1001110 111 100100 1010100 111001

Color Harmonies of #EDA434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA434

Black with #EDA434

Text Example


Text Example

White with #EDA434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA434; }

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

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

background-color css

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

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

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

border-color css

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

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

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