Html Css Color HEX #EB9E2B Yellow Sea

📋 copy color: '#EB9E2B'

red 235 ◦ green 158 ◦ blue 43

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

Shades of Yellow Sea #EB9E2B

Tints of Yellow Sea #EB9E2B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.24%

 BLUE value IS 43 (17.19% from 255) = 9.86%

R = 53.9%
G = 36.24%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB9E2B (or 0xEB9E2B) is known color: Yellow Sea. HEX triplet: EB, 9E and 2B. RGB value is (235,158,43). Sum of RGB (Red+Green+Blue) = 235+158+43=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9E2B is #1461D4. Grayscale: #A8A8A8. Windows color (decimal): -1335765 or 2858731. OLE color: 2858731.

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

Color convert

RGB 235 158 43 -
CMYK 0 0.33 0.82 0.08
HSL 35.94º 0.83% 0.55% -
HSV(B) 35.94º 0.82% 0.92% -
XYZ 46.92 42.29 7.98 -
YUV 167.91 57.51 175.85 -
System Red Green Blue C M Y K H S L
Decimal 235 158 43 0 0.33 0.82 0.08 35.94 0.83 0.55
Hex EB 9E 2B 0 21 52 8 24 53 37
Octal 353 236 53 0 41 122 10 44 123 67
Binary 11101011 10011110 101011 0 100001 1010010 1000 100100 1010011 110111

Color Harmonies of #EB9E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9E2B

Black with #EB9E2B

Text Example


Text Example

White with #EB9E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9E2B; }

 p { color: rgb(235,158,43); }

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

background-color css

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

 a { background-color: rgb(235,158,43); }

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

border-color css

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

 span { border-color: rgb(235,158,43); }

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