Html Css Color HEX #EBA438 Yellow Sea

📋 copy color: '#EBA438'

red 235 ◦ green 164 ◦ blue 56

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

Shades of Yellow Sea #EBA438

Tints of Yellow Sea #EBA438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.04%

 BLUE value IS 56 (22.27% from 255) = 12.31%

R = 51.65%
G = 36.04%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EBA438 (or 0xEBA438) is known color: Yellow Sea. HEX triplet: EB, A4 and 38. RGB value is (235,164,56). Sum of RGB (Red+Green+Blue) = 235+164+56=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA438 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA438 is #145BC7. Grayscale: #ADADAD. Windows color (decimal): -1334216 or 3712235. OLE color: 3712235.

HSL color Cylindrical-coordinate representation of color #EBA438: hue angle of 36.2º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBA438 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 56 -
CMYK 0 0.30 0.76 0.08
HSL 36.2º 0.82% 0.57% -
HSV(B) 36.2º 0.76% 0.92% -
XYZ 48.25 44.5 9.79 -
YUV 172.92 62.02 172.28 -
System Red Green Blue C M Y K H S L
Decimal 235 164 56 0 0.30 0.76 0.08 36.2 0.82 0.57
Hex EB A4 38 0 1E 4C 8 24 52 39
Octal 353 244 70 0 36 114 10 44 122 71
Binary 11101011 10100100 111000 0 11110 1001100 1000 100100 1010010 111001

Color Harmonies of #EBA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA438

Black with #EBA438

Text Example


Text Example

White with #EBA438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA438; }

 p { color: rgb(235,164,56); }

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

background-color css

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

 a { background-color: rgb(235,164,56); }

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

border-color css

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

 span { border-color: rgb(235,164,56); }

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