Html Css Color HEX #EBA732 Yellow Sea

📋 copy color: '#EBA732'

red 235 ◦ green 167 ◦ blue 50

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

Shades of Yellow Sea #EBA732

Tints of Yellow Sea #EBA732

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.95%

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

R = 51.99%
G = 36.95%
B = 11.06%

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

#EBA732 (or 0xEBA732) is known color: Yellow Sea. HEX triplet: EB, A7 and 32. RGB value is (235,167,50). Sum of RGB (Red+Green+Blue) = 235+167+50=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA732 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA732 is #1458CD. Grayscale: #AEAEAE. Windows color (decimal): -1333454 or 3319787. OLE color: 3319787.

HSL color Cylindrical-coordinate representation of color #EBA732: hue angle of 37.95º 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 #EBA732 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 167 50 -
CMYK 0 0.29 0.79 0.08
HSL 37.95º 0.82% 0.56% -
HSV(B) 37.95º 0.79% 0.92% -
XYZ 48.66 45.53 9.24 -
YUV 173.99 58.03 171.51 -
System Red Green Blue C M Y K H S L
Decimal 235 167 50 0 0.29 0.79 0.08 37.95 0.82 0.56
Hex EB A7 32 0 1D 4F 8 26 52 38
Octal 353 247 62 0 35 117 10 46 122 70
Binary 11101011 10100111 110010 0 11101 1001111 1000 100110 1010010 111000

Color Harmonies of #EBA732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA732

Black with #EBA732

Text Example


Text Example

White with #EBA732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA732; }

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

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

background-color css

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

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

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

border-color css

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

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

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