Html Css Color HEX #EBA22C Yellow Sea

📋 copy color: '#EBA22C'

red 235 ◦ green 162 ◦ blue 44

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

Shades of Yellow Sea #EBA22C

Tints of Yellow Sea #EBA22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.98%

R = 53.29%
G = 36.73%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBA22C (or 0xEBA22C) is known color: Yellow Sea. HEX triplet: EB, A2 and 2C. RGB value is (235,162,44). Sum of RGB (Red+Green+Blue) = 235+162+44=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA22C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA22C is #145DD3. Grayscale: #AAAAAA. Windows color (decimal): -1334740 or 2925291. OLE color: 2925291.

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

Color convert

RGB 235 162 44 -
CMYK 0 0.31 0.81 0.08
HSL 37.07º 0.83% 0.55% -
HSV(B) 37.07º 0.81% 0.92% -
XYZ 47.64 43.68 8.3 -
YUV 170.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 235 162 44 0 0.31 0.81 0.08 37.07 0.83 0.55
Hex EB A2 2C 0 1F 51 8 25 53 37
Octal 353 242 54 0 37 121 10 45 123 67
Binary 11101011 10100010 101100 0 11111 1010001 1000 100101 1010011 110111

Color Harmonies of #EBA22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA22C

Black with #EBA22C

Text Example


Text Example

White with #EBA22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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