Html Css Color HEX #EB992D Yellow Sea

📋 copy color: '#EB992D'

red 235 ◦ green 153 ◦ blue 45

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

Shades of Yellow Sea #EB992D

Tints of Yellow Sea #EB992D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.33%

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

R = 54.27%
G = 35.33%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB992D (or 0xEB992D) is known color: Yellow Sea. HEX triplet: EB, 99 and 2D. RGB value is (235,153,45). Sum of RGB (Red+Green+Blue) = 235+153+45=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB992D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB992D is #1466D2. Grayscale: #A5A5A5. Windows color (decimal): -1337043 or 2988523. OLE color: 2988523.

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

Color convert

RGB 235 153 45 -
CMYK 0 0.35 0.81 0.08
HSL 34.11º 0.83% 0.55% -
HSV(B) 34.11º 0.81% 0.92% -
XYZ 46.13 40.63 7.89 -
YUV 165.21 60.17 177.78 -
System Red Green Blue C M Y K H S L
Decimal 235 153 45 0 0.35 0.81 0.08 34.11 0.83 0.55
Hex EB 99 2D 0 23 51 8 22 53 37
Octal 353 231 55 0 43 121 10 42 123 67
Binary 11101011 10011001 101101 0 100011 1010001 1000 100010 1010011 110111

Color Harmonies of #EB992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB992D

Black with #EB992D

Text Example


Text Example

White with #EB992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB992D; }

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

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

background-color css

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

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

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

border-color css

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

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

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