Html Css Color HEX #EBA22F Yellow Sea

📋 copy color: '#EBA22F'

red 235 ◦ green 162 ◦ blue 47

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

Shades of Yellow Sea #EBA22F

Tints of Yellow Sea #EBA22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.59%

R = 52.93%
G = 36.49%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EBA22F (or 0xEBA22F) is known color: Yellow Sea. HEX triplet: EB, A2 and 2F. RGB value is (235,162,47). Sum of RGB (Red+Green+Blue) = 235+162+47=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA22F is #145DD0. Grayscale: #ABABAB. Windows color (decimal): -1334737 or 3121899. OLE color: 3121899.

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

Color convert

RGB 235 162 47 -
CMYK 0 0.31 0.8 0.08
HSL 36.7º 0.82% 0.55% -
HSV(B) 36.7º 0.8% 0.92% -
XYZ 47.69 43.71 8.61 -
YUV 170.72 58.18 173.85 -
System Red Green Blue C M Y K H S L
Decimal 235 162 47 0 0.31 0.8 0.08 36.7 0.82 0.55
Hex EB A2 2F 0 1F 50 8 25 52 37
Octal 353 242 57 0 37 120 10 45 122 67
Binary 11101011 10100010 101111 0 11111 1010000 1000 100101 1010010 110111

Color Harmonies of #EBA22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA22F

Black with #EBA22F

Text Example


Text Example

White with #EBA22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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