Html Css Color HEX #EB9E2D Yellow Sea

📋 copy color: '#EB9E2D'

red 235 ◦ green 158 ◦ blue 45

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

Shades of Yellow Sea #EB9E2D

Tints of Yellow Sea #EB9E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.27%

R = 53.65%
G = 36.07%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB9E2D (or 0xEB9E2D) is known color: Yellow Sea. HEX triplet: EB, 9E and 2D. RGB value is (235,158,45). Sum of RGB (Red+Green+Blue) = 235+158+45=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9E2D is #1461D2. Grayscale: #A8A8A8. Windows color (decimal): -1335763 or 2989803. OLE color: 2989803.

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

Color convert

RGB 235 158 45 -
CMYK 0 0.33 0.81 0.08
HSL 35.68º 0.83% 0.55% -
HSV(B) 35.68º 0.81% 0.92% -
XYZ 46.96 42.31 8.17 -
YUV 168.14 58.51 175.69 -
System Red Green Blue C M Y K H S L
Decimal 235 158 45 0 0.33 0.81 0.08 35.68 0.83 0.55
Hex EB 9E 2D 0 21 51 8 24 53 37
Octal 353 236 55 0 41 121 10 44 123 67
Binary 11101011 10011110 101101 0 100001 1010001 1000 100100 1010011 110111

Color Harmonies of #EB9E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9E2D

Black with #EB9E2D

Text Example


Text Example

White with #EB9E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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