Html Css Color HEX #EBDB45 Starship

📋 copy color: '#EBDB45'

red 235 ◦ green 219 ◦ blue 69

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

Shades of Starship #EBDB45

Tints of Starship #EBDB45

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.87%

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

R = 44.93%
G = 41.87%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBDB45 (or 0xEBDB45) is known color: Starship. HEX triplet: EB, DB and 45. RGB value is (235,219,69). Sum of RGB (Red+Green+Blue) = 235+219+69=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 69 (27.34% from 255 or 13.19% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB45 is #1424BA. Grayscale: #CFCFCF. Windows color (decimal): -1320123 or 4578283. OLE color: 4578283.

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

Color convert

RGB 235 219 69 -
CMYK 0 0.07 0.71 0.08
HSL 54.22º 0.81% 0.6% -
HSV(B) 54.22º 0.71% 0.92% -
XYZ 60.67 68.75 15.7 -
YUV 206.68 50.3 148.2 -
System Red Green Blue C M Y K H S L
Decimal 235 219 69 0 0.07 0.71 0.08 54.22 0.81 0.6
Hex EB DB 45 0 7 47 8 36 51 3C
Octal 353 333 105 0 7 107 10 66 121 74
Binary 11101011 11011011 1000101 0 111 1000111 1000 110110 1010001 111100

Color Harmonies of #EBDB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB45

Black with #EBDB45

Text Example


Text Example

White with #EBDB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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