Html Css Color HEX #EDA33B Yellow Sea

📋 copy color: '#EDA33B'

red 237 ◦ green 163 ◦ blue 59

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

Shades of Yellow Sea #EDA33B

Tints of Yellow Sea #EDA33B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.51%

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

R = 51.63%
G = 35.51%
B = 12.85%

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

#EDA33B (or 0xEDA33B) is known color: Yellow Sea. HEX triplet: ED, A3 and 3B. RGB value is (237,163,59). Sum of RGB (Red+Green+Blue) = 237+163+59=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA33B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA33B is #125CC4. Grayscale: #ADADAD. Windows color (decimal): -1203397 or 3908589. OLE color: 3908589.

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

Color convert

RGB 237 163 59 -
CMYK 0 0.31 0.75 0.07
HSL 35.06º 0.83% 0.58% -
HSV(B) 35.06º 0.75% 0.93% -
XYZ 48.81 44.51 10.16 -
YUV 173.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 237 163 59 0 0.31 0.75 0.07 35.06 0.83 0.58
Hex ED A3 3B 0 1F 4B 7 23 53 3A
Octal 355 243 73 0 37 113 7 43 123 72
Binary 11101101 10100011 111011 0 11111 1001011 111 100011 1010011 111010

Color Harmonies of #EDA33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA33B

Black with #EDA33B

Text Example


Text Example

White with #EDA33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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