Html Css Color HEX #EBEA3C Starship

📋 copy color: '#EBEA3C'

red 235 ◦ green 234 ◦ blue 60

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

Shades of Starship #EBEA3C

Tints of Starship #EBEA3C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.23%

 BLUE value IS 60 (23.83% from 255) = 11.34%

R = 44.42%
G = 44.23%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBEA3C (or 0xEBEA3C) is known color: Starship. HEX triplet: EB, EA and 3C. RGB value is (235,234,60). Sum of RGB (Red+Green+Blue) = 235+234+60=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 60 (23.83% from 255 or 11.34% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEA3C is #1415C3. Grayscale: #D7D7D7. Windows color (decimal): -1316292 or 3992299. OLE color: 3992299.

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

Color convert

RGB 235 234 60 -
CMYK 0 0.00 0.74 0.08
HSL 59.66º 0.81% 0.58% -
HSV(B) 59.66º 0.74% 0.92% -
XYZ 64.5 76.83 15.71 -
YUV 214.46 40.83 142.65 -
System Red Green Blue C M Y K H S L
Decimal 235 234 60 0 0.00 0.74 0.08 59.66 0.81 0.58
Hex EB EA 3C 0 0 4A 8 3C 51 3A
Octal 353 352 74 0 0 112 10 74 121 72
Binary 11101011 11101010 111100 0 0 1001010 1000 111100 1010001 111010

Color Harmonies of #EBEA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA3C

Black with #EBEA3C

Text Example


Text Example

White with #EBEA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA3C; }

 p { color: rgb(235,234,60); }

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

background-color css

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

 a { background-color: rgb(235,234,60); }

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

border-color css

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

 span { border-color: rgb(235,234,60); }

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