Html Css Color HEX #EBA52F Yellow Sea

📋 copy color: '#EBA52F'

red 235 ◦ green 165 ◦ blue 47

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

Shades of Yellow Sea #EBA52F

Tints of Yellow Sea #EBA52F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.91%

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

R = 52.57%
G = 36.91%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EBA52F (or 0xEBA52F) is known color: Yellow Sea. HEX triplet: EB, A5 and 2F. RGB value is (235,165,47). Sum of RGB (Red+Green+Blue) = 235+165+47=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA52F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA52F is #145AD0. Grayscale: #ADADAD. Windows color (decimal): -1333969 or 3122667. OLE color: 3122667.

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

Color convert

RGB 235 165 47 -
CMYK 0 0.30 0.8 0.08
HSL 37.66º 0.82% 0.55% -
HSV(B) 37.66º 0.8% 0.92% -
XYZ 48.23 44.78 8.79 -
YUV 172.48 57.19 172.59 -
System Red Green Blue C M Y K H S L
Decimal 235 165 47 0 0.30 0.8 0.08 37.66 0.82 0.55
Hex EB A5 2F 0 1E 50 8 26 52 37
Octal 353 245 57 0 36 120 10 46 122 67
Binary 11101011 10100101 101111 0 11110 1010000 1000 100110 1010010 110111

Color Harmonies of #EBA52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA52F

Black with #EBA52F

Text Example


Text Example

White with #EBA52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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