Html Css Color HEX #EBA233 Yellow Sea

📋 copy color: '#EBA233'

red 235 ◦ green 162 ◦ blue 51

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

Shades of Yellow Sea #EBA233

Tints of Yellow Sea #EBA233

RGB

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

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

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

R = 52.46%
G = 36.16%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBA233 (or 0xEBA233) is known color: Yellow Sea. HEX triplet: EB, A2 and 33. RGB value is (235,162,51). Sum of RGB (Red+Green+Blue) = 235+162+51=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA233 is #145DCC. Grayscale: #ABABAB. Windows color (decimal): -1334733 or 3384043. OLE color: 3384043.

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

Color convert

RGB 235 162 51 -
CMYK 0 0.31 0.78 0.08
HSL 36.2º 0.82% 0.56% -
HSV(B) 36.2º 0.78% 0.92% -
XYZ 47.78 43.74 9.06 -
YUV 171.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 235 162 51 0 0.31 0.78 0.08 36.2 0.82 0.56
Hex EB A2 33 0 1F 4E 8 24 52 38
Octal 353 242 63 0 37 116 10 44 122 70
Binary 11101011 10100010 110011 0 11111 1001110 1000 100100 1010010 111000

Color Harmonies of #EBA233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA233

Black with #EBA233

Text Example


Text Example

White with #EBA233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA233; }

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

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

background-color css

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

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

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

border-color css

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

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

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