Html Css Color HEX #EBDA3C Starship

📋 copy color: '#EBDA3C'

red 235 ◦ green 218 ◦ blue 60

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

Shades of Starship #EBDA3C

Tints of Starship #EBDA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.5%

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

R = 45.81%
G = 42.5%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBDA3C (or 0xEBDA3C) is known color: Starship. HEX triplet: EB, DA and 3C. RGB value is (235,218,60). Sum of RGB (Red+Green+Blue) = 235+218+60=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 60 (23.83% from 255 or 11.70% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA3C is #1425C3. Grayscale: #CDCDCD. Windows color (decimal): -1320388 or 3988203. OLE color: 3988203.

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

Color convert

RGB 235 218 60 -
CMYK 0 0.07 0.74 0.08
HSL 54.17º 0.81% 0.58% -
HSV(B) 54.17º 0.74% 0.92% -
XYZ 60.15 68.13 14.26 -
YUV 205.07 46.13 149.35 -
System Red Green Blue C M Y K H S L
Decimal 235 218 60 0 0.07 0.74 0.08 54.17 0.81 0.58
Hex EB DA 3C 0 7 4A 8 36 51 3A
Octal 353 332 74 0 7 112 10 66 121 72
Binary 11101011 11011010 111100 0 111 1001010 1000 110110 1010001 111010

Color Harmonies of #EBDA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA3C

Black with #EBDA3C

Text Example


Text Example

White with #EBDA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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