Html Css Color HEX #EBE942 Starship

📋 copy color: '#EBE942'

red 235 ◦ green 233 ◦ blue 66

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

Shades of Starship #EBE942

Tints of Starship #EBE942

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.63%

 BLUE value IS 66 (26.17% from 255) = 12.36%

R = 44.01%
G = 43.63%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBE942 (or 0xEBE942) is known color: Starship. HEX triplet: EB, E9 and 42. RGB value is (235,233,66). Sum of RGB (Red+Green+Blue) = 235+233+66=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 66 (26.17% from 255 or 12.36% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE942 is #1416BD. Grayscale: #D7D7D7. Windows color (decimal): -1316542 or 4385259. OLE color: 4385259.

HSL color Cylindrical-coordinate representation of color #EBE942: hue angle of 59.29º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EBE942 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 233 66 -
CMYK 0 0.01 0.72 0.08
HSL 59.29º 0.81% 0.59% -
HSV(B) 59.29º 0.72% 0.92% -
XYZ 64.38 76.33 16.49 -
YUV 214.56 44.16 142.58 -
System Red Green Blue C M Y K H S L
Decimal 235 233 66 0 0.01 0.72 0.08 59.29 0.81 0.59
Hex EB E9 42 0 1 48 8 3B 51 3B
Octal 353 351 102 0 1 110 10 73 121 73
Binary 11101011 11101001 1000010 0 1 1001000 1000 111011 1010001 111011

Color Harmonies of #EBE942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE942

Black with #EBE942

Text Example


Text Example

White with #EBE942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE942; }

 p { color: rgb(235,233,66); }

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

background-color css

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

 a { background-color: rgb(235,233,66); }

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

border-color css

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

 span { border-color: rgb(235,233,66); }

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