Html Css Color HEX #EBA632 Yellow Sea

📋 copy color: '#EBA632'

red 235 ◦ green 166 ◦ blue 50

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

Shades of Yellow Sea #EBA632

Tints of Yellow Sea #EBA632

RGB

 RED value IS 235 (92.19% from 255) = 52.11%

 GREEN value IS 166 (65.23% from 255) = 36.81%

 BLUE value IS 50 (19.92% from 255) = 11.09%

R = 52.11%
G = 36.81%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBA632 (or 0xEBA632) is known color: Yellow Sea. HEX triplet: EB, A6 and 32. RGB value is (235,166,50). Sum of RGB (Red+Green+Blue) = 235+166+50=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA632 is #1459CD. Grayscale: #ADADAD. Windows color (decimal): -1333710 or 3319531. OLE color: 3319531.

HSL color Cylindrical-coordinate representation of color #EBA632: hue angle of 37.62º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBA632 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 50 -
CMYK 0 0.29 0.79 0.08
HSL 37.62º 0.82% 0.56% -
HSV(B) 37.62º 0.79% 0.92% -
XYZ 48.47 45.16 9.18 -
YUV 173.41 58.36 171.93 -
System Red Green Blue C M Y K H S L
Decimal 235 166 50 0 0.29 0.79 0.08 37.62 0.82 0.56
Hex EB A6 32 0 1D 4F 8 26 52 38
Octal 353 246 62 0 35 117 10 46 122 70
Binary 11101011 10100110 110010 0 11101 1001111 1000 100110 1010010 111000

Color Harmonies of #EBA632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA632

Black with #EBA632

Text Example


Text Example

White with #EBA632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA632; }

 p { color: rgb(235,166,50); }

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

background-color css

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

 a { background-color: rgb(235,166,50); }

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

border-color css

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

 span { border-color: rgb(235,166,50); }

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