Html Css Color HEX #EB982D Yellow Sea

📋 copy color: '#EB982D'

red 235 ◦ green 152 ◦ blue 45

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

Shades of Yellow Sea #EB982D

Tints of Yellow Sea #EB982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.19%

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

R = 54.4%
G = 35.19%
B = 10.42%

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

#EB982D (or 0xEB982D) is known color: Yellow Sea. HEX triplet: EB, 98 and 2D. RGB value is (235,152,45). Sum of RGB (Red+Green+Blue) = 235+152+45=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB982D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB982D is #1467D2. Grayscale: #A5A5A5. Windows color (decimal): -1337299 or 2988267. OLE color: 2988267.

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

Color convert

RGB 235 152 45 -
CMYK 0 0.35 0.81 0.08
HSL 33.79º 0.83% 0.55% -
HSV(B) 33.79º 0.81% 0.92% -
XYZ 45.96 40.31 7.84 -
YUV 164.62 60.5 178.2 -
System Red Green Blue C M Y K H S L
Decimal 235 152 45 0 0.35 0.81 0.08 33.79 0.83 0.55
Hex EB 98 2D 0 23 51 8 22 53 37
Octal 353 230 55 0 43 121 10 42 123 67
Binary 11101011 10011000 101101 0 100011 1010001 1000 100010 1010011 110111

Color Harmonies of #EB982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB982D

Black with #EB982D

Text Example


Text Example

White with #EB982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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