Html Css Color HEX #EBDA40 Starship

📋 copy color: '#EBDA40'

red 235 ◦ green 218 ◦ blue 64

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

Shades of Starship #EBDA40

Tints of Starship #EBDA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.38%

R = 45.45%
G = 42.17%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBDA40 (or 0xEBDA40) is known color: Starship. HEX triplet: EB, DA and 40. RGB value is (235,218,64). Sum of RGB (Red+Green+Blue) = 235+218+64=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA40 is #1425BF. Grayscale: #CECECE. Windows color (decimal): -1320384 or 4250347. OLE color: 4250347.

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

Color convert

RGB 235 218 64 -
CMYK 0 0.07 0.73 0.08
HSL 54.04º 0.81% 0.59% -
HSV(B) 54.04º 0.73% 0.92% -
XYZ 60.26 68.18 14.83 -
YUV 205.53 48.13 149.02 -
System Red Green Blue C M Y K H S L
Decimal 235 218 64 0 0.07 0.73 0.08 54.04 0.81 0.59
Hex EB DA 40 0 7 49 8 36 51 3B
Octal 353 332 100 0 7 111 10 66 121 73
Binary 11101011 11011010 1000000 0 111 1001001 1000 110110 1010001 111011

Color Harmonies of #EBDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA40

Black with #EBDA40

Text Example


Text Example

White with #EBDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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