Html Css Color HEX #EBA634 Yellow Sea

📋 copy color: '#EBA634'

red 235 ◦ green 166 ◦ blue 52

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

Shades of Yellow Sea #EBA634

Tints of Yellow Sea #EBA634

RGB

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

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

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

R = 51.88%
G = 36.64%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBA634 (or 0xEBA634) is known color: Yellow Sea. HEX triplet: EB, A6 and 34. RGB value is (235,166,52). Sum of RGB (Red+Green+Blue) = 235+166+52=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA634 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA634 is #1459CB. Grayscale: #AEAEAE. Windows color (decimal): -1333708 or 3450603. OLE color: 3450603.

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

Color convert

RGB 235 166 52 -
CMYK 0 0.29 0.78 0.08
HSL 37.38º 0.82% 0.56% -
HSV(B) 37.38º 0.78% 0.92% -
XYZ 48.52 45.18 9.41 -
YUV 173.64 59.36 171.77 -
System Red Green Blue C M Y K H S L
Decimal 235 166 52 0 0.29 0.78 0.08 37.38 0.82 0.56
Hex EB A6 34 0 1D 4E 8 25 52 38
Octal 353 246 64 0 35 116 10 45 122 70
Binary 11101011 10100110 110100 0 11101 1001110 1000 100101 1010010 111000

Color Harmonies of #EBA634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA634

Black with #EBA634

Text Example


Text Example

White with #EBA634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA634; }

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

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

background-color css

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

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

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

border-color css

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

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

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