Html Css Color HEX #EDA233 Yellow Sea

📋 copy color: '#EDA233'

red 237 ◦ green 162 ◦ blue 51

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

Shades of Yellow Sea #EDA233

Tints of Yellow Sea #EDA233

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36%

 BLUE value IS 51 (20.31% from 255) = 11.33%

R = 52.67%
G = 36%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDA233 (or 0xEDA233) is known color: Yellow Sea. HEX triplet: ED, A2 and 33. RGB value is (237,162,51). Sum of RGB (Red+Green+Blue) = 237+162+51=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA233 is #125DCC. Grayscale: #ACACAC. Windows color (decimal): -1203661 or 3384045. OLE color: 3384045.

HSL color Cylindrical-coordinate representation of color #EDA233: hue angle of 35.81º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDA233 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 162 51 -
CMYK 0 0.32 0.78 0.07
HSL 35.81º 0.84% 0.56% -
HSV(B) 35.81º 0.78% 0.93% -
XYZ 48.44 44.08 9.09 -
YUV 171.77 59.85 174.53 -
System Red Green Blue C M Y K H S L
Decimal 237 162 51 0 0.32 0.78 0.07 35.81 0.84 0.56
Hex ED A2 33 0 20 4E 7 24 54 38
Octal 355 242 63 0 40 116 7 44 124 70
Binary 11101101 10100010 110011 0 100000 1001110 111 100100 1010100 111000

Color Harmonies of #EDA233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA233

Black with #EDA233

Text Example


Text Example

White with #EDA233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA233; }

 p { color: rgb(237,162,51); }

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

background-color css

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

 a { background-color: rgb(237,162,51); }

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

border-color css

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

 span { border-color: rgb(237,162,51); }

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