Html Css Color HEX #EBA334 Yellow Sea

📋 copy color: '#EBA334'

red 235 ◦ green 163 ◦ blue 52

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

Shades of Yellow Sea #EBA334

Tints of Yellow Sea #EBA334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.56%

R = 52.22%
G = 36.22%
B = 11.56%

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

#EBA334 (or 0xEBA334) is known color: Yellow Sea. HEX triplet: EB, A3 and 34. RGB value is (235,163,52). Sum of RGB (Red+Green+Blue) = 235+163+52=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA334 is #145CCB. Grayscale: #ACACAC. Windows color (decimal): -1334476 or 3449835. OLE color: 3449835.

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

Color convert

RGB 235 163 52 -
CMYK 0 0.31 0.78 0.08
HSL 36.39º 0.82% 0.56% -
HSV(B) 36.39º 0.78% 0.92% -
XYZ 47.98 44.1 9.23 -
YUV 171.87 60.35 173.03 -
System Red Green Blue C M Y K H S L
Decimal 235 163 52 0 0.31 0.78 0.08 36.39 0.82 0.56
Hex EB A3 34 0 1F 4E 8 24 52 38
Octal 353 243 64 0 37 116 10 44 122 70
Binary 11101011 10100011 110100 0 11111 1001110 1000 100100 1010010 111000

Color Harmonies of #EBA334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA334

Black with #EBA334

Text Example


Text Example

White with #EBA334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA334; }

 p { color: rgb(235,163,52); }

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

background-color css

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

 a { background-color: rgb(235,163,52); }

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

border-color css

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

 span { border-color: rgb(235,163,52); }

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