Html Css Color HEX #EB9F2D Yellow Sea

📋 copy color: '#EB9F2D'

red 235 ◦ green 159 ◦ blue 45

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

Shades of Yellow Sea #EB9F2D

Tints of Yellow Sea #EB9F2D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.22%

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

R = 53.53%
G = 36.22%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB9F2D (or 0xEB9F2D) is known color: Yellow Sea. HEX triplet: EB, 9F and 2D. RGB value is (235,159,45). Sum of RGB (Red+Green+Blue) = 235+159+45=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9F2D is #1460D2. Grayscale: #A9A9A9. Windows color (decimal): -1335507 or 2990059. OLE color: 2990059.

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

Color convert

RGB 235 159 45 -
CMYK 0 0.32 0.81 0.08
HSL 36º 0.83% 0.55% -
HSV(B) 36º 0.81% 0.92% -
XYZ 47.13 42.65 8.23 -
YUV 168.73 58.18 175.27 -
System Red Green Blue C M Y K H S L
Decimal 235 159 45 0 0.32 0.81 0.08 36 0.83 0.55
Hex EB 9F 2D 0 20 51 8 24 53 37
Octal 353 237 55 0 40 121 10 44 123 67
Binary 11101011 10011111 101101 0 100000 1010001 1000 100100 1010011 110111

Color Harmonies of #EB9F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9F2D

Black with #EB9F2D

Text Example


Text Example

White with #EB9F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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