Html Css Color HEX #EBA433 Yellow Sea

📋 copy color: '#EBA433'

red 235 ◦ green 164 ◦ blue 51

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

Shades of Yellow Sea #EBA433

Tints of Yellow Sea #EBA433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.33%

R = 52.22%
G = 36.44%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBA433 (or 0xEBA433) is known color: Yellow Sea. HEX triplet: EB, A4 and 33. RGB value is (235,164,51). Sum of RGB (Red+Green+Blue) = 235+164+51=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA433 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA433 is #145BCC. Grayscale: #ACACAC. Windows color (decimal): -1334221 or 3384555. OLE color: 3384555.

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

Color convert

RGB 235 164 51 -
CMYK 0 0.30 0.78 0.08
HSL 36.85º 0.82% 0.56% -
HSV(B) 36.85º 0.78% 0.92% -
XYZ 48.13 44.45 9.18 -
YUV 172.35 59.52 172.69 -
System Red Green Blue C M Y K H S L
Decimal 235 164 51 0 0.30 0.78 0.08 36.85 0.82 0.56
Hex EB A4 33 0 1E 4E 8 25 52 38
Octal 353 244 63 0 36 116 10 45 122 70
Binary 11101011 10100100 110011 0 11110 1001110 1000 100101 1010010 111000

Color Harmonies of #EBA433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA433

Black with #EBA433

Text Example


Text Example

White with #EBA433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA433; }

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

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

background-color css

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

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

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

border-color css

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

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

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