Html Css Color HEX #EBDA41 Starship

📋 copy color: '#EBDA41'

red 235 ◦ green 218 ◦ blue 65

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

Shades of Starship #EBDA41

Tints of Starship #EBDA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.55%

R = 45.37%
G = 42.08%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBDA41 (or 0xEBDA41) is known color: Starship. HEX triplet: EB, DA and 41. RGB value is (235,218,65). Sum of RGB (Red+Green+Blue) = 235+218+65=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA41 is #1425BE. Grayscale: #CECECE. Windows color (decimal): -1320383 or 4315883. OLE color: 4315883.

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

Color convert

RGB 235 218 65 -
CMYK 0 0.07 0.72 0.08
HSL 54º 0.81% 0.59% -
HSV(B) 54º 0.72% 0.92% -
XYZ 60.29 68.19 14.98 -
YUV 205.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 235 218 65 0 0.07 0.72 0.08 54 0.81 0.59
Hex EB DA 41 0 7 48 8 36 51 3B
Octal 353 332 101 0 7 110 10 66 121 73
Binary 11101011 11011010 1000001 0 111 1001000 1000 110110 1010001 111011

Color Harmonies of #EBDA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA41

Black with #EBDA41

Text Example


Text Example

White with #EBDA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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