Html Css Color HEX #EBDC45 Starship

📋 copy color: '#EBDC45'

red 235 ◦ green 220 ◦ blue 69

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

Shades of Starship #EBDC45

Tints of Starship #EBDC45

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.98%

 BLUE value IS 69 (27.34% from 255) = 13.17%

R = 44.85%
G = 41.98%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBDC45 (or 0xEBDC45) is known color: Starship. HEX triplet: EB, DC and 45. RGB value is (235,220,69). Sum of RGB (Red+Green+Blue) = 235+220+69=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 69 (27.34% from 255 or 13.17% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC45 is #1423BA. Grayscale: #CFCFCF. Windows color (decimal): -1319867 or 4578539. OLE color: 4578539.

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

Color convert

RGB 235 220 69 -
CMYK 0 0.06 0.71 0.08
HSL 54.58º 0.81% 0.6% -
HSV(B) 54.58º 0.71% 0.92% -
XYZ 60.93 69.28 15.79 -
YUV 207.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 235 220 69 0 0.06 0.71 0.08 54.58 0.81 0.6
Hex EB DC 45 0 6 47 8 37 51 3C
Octal 353 334 105 0 6 107 10 67 121 74
Binary 11101011 11011100 1000101 0 110 1000111 1000 110111 1010001 111100

Color Harmonies of #EBDC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC45

Black with #EBDC45

Text Example


Text Example

White with #EBDC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC45; }

 p { color: rgb(235,220,69); }

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

background-color css

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

 a { background-color: rgb(235,220,69); }

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

border-color css

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

 span { border-color: rgb(235,220,69); }

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