Html Css Color HEX #EBA22E Yellow Sea

📋 copy color: '#EBA22E'

red 235 ◦ green 162 ◦ blue 46

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

Shades of Yellow Sea #EBA22E

Tints of Yellow Sea #EBA22E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.57%

 BLUE value IS 46 (18.36% from 255) = 10.38%

R = 53.05%
G = 36.57%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBA22E (or 0xEBA22E) is known color: Yellow Sea. HEX triplet: EB, A2 and 2E. RGB value is (235,162,46). Sum of RGB (Red+Green+Blue) = 235+162+46=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA22E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA22E is #145DD1. Grayscale: #ABABAB. Windows color (decimal): -1334738 or 3056363. OLE color: 3056363.

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

Color convert

RGB 235 162 46 -
CMYK 0 0.31 0.80 0.08
HSL 36.83º 0.83% 0.55% -
HSV(B) 36.83º 0.8% 0.92% -
XYZ 47.67 43.7 8.51 -
YUV 170.6 57.68 173.93 -
System Red Green Blue C M Y K H S L
Decimal 235 162 46 0 0.31 0.80 0.08 36.83 0.83 0.55
Hex EB A2 2E 0 1F 50 8 25 53 37
Octal 353 242 56 0 37 120 10 45 123 67
Binary 11101011 10100010 101110 0 11111 1010000 1000 100101 1010011 110111

Color Harmonies of #EBA22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA22E

Black with #EBA22E

Text Example


Text Example

White with #EBA22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA22E; }

 p { color: rgb(235,162,46); }

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

background-color css

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

 a { background-color: rgb(235,162,46); }

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

border-color css

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

 span { border-color: rgb(235,162,46); }

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