Html Css Color HEX #EBDC46 Starship

📋 copy color: '#EBDC46'

red 235 ◦ green 220 ◦ blue 70

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

Shades of Starship #EBDC46

Tints of Starship #EBDC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.33%

R = 44.76%
G = 41.9%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBDC46 (or 0xEBDC46) is known color: Starship. HEX triplet: EB, DC and 46. RGB value is (235,220,70). Sum of RGB (Red+Green+Blue) = 235+220+70=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 70 (27.73% from 255 or 13.33% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC46 is #1423B9. Grayscale: #CFCFCF. Windows color (decimal): -1319866 or 4644075. OLE color: 4644075.

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

Color convert

RGB 235 220 70 -
CMYK 0 0.06 0.70 0.08
HSL 54.55º 0.8% 0.6% -
HSV(B) 54.55º 0.7% 0.92% -
XYZ 60.96 69.29 15.96 -
YUV 207.39 50.47 147.7 -
System Red Green Blue C M Y K H S L
Decimal 235 220 70 0 0.06 0.70 0.08 54.55 0.8 0.6
Hex EB DC 46 0 6 46 8 37 50 3C
Octal 353 334 106 0 6 106 10 67 120 74
Binary 11101011 11011100 1000110 0 110 1000110 1000 110111 1010000 111100

Color Harmonies of #EBDC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC46

Black with #EBDC46

Text Example


Text Example

White with #EBDC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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