Html Css Color HEX #EDA43B Yellow Sea

📋 copy color: '#EDA43B'

red 237 ◦ green 164 ◦ blue 59

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

Shades of Yellow Sea #EDA43B

Tints of Yellow Sea #EDA43B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.83%

R = 51.52%
G = 35.65%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDA43B (or 0xEDA43B) is known color: Yellow Sea. HEX triplet: ED, A4 and 3B. RGB value is (237,164,59). Sum of RGB (Red+Green+Blue) = 237+164+59=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA43B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA43B is #125BC4. Grayscale: #AEAEAE. Windows color (decimal): -1203141 or 3908845. OLE color: 3908845.

HSL color Cylindrical-coordinate representation of color #EDA43B: hue angle of 35.39º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDA43B is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 59 -
CMYK 0 0.31 0.75 0.07
HSL 35.39º 0.83% 0.58% -
HSV(B) 35.39º 0.75% 0.93% -
XYZ 48.99 44.87 10.22 -
YUV 173.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 237 164 59 0 0.31 0.75 0.07 35.39 0.83 0.58
Hex ED A4 3B 0 1F 4B 7 23 53 3A
Octal 355 244 73 0 37 113 7 43 123 72
Binary 11101101 10100100 111011 0 11111 1001011 111 100011 1010011 111010

Color Harmonies of #EDA43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA43B

Black with #EDA43B

Text Example


Text Example

White with #EDA43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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