Html Css Color HEX #EBDC3D Starship

📋 copy color: '#EBDC3D'

red 235 ◦ green 220 ◦ blue 61

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

Shades of Starship #EBDC3D

Tints of Starship #EBDC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.82%

R = 45.54%
G = 42.64%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBDC3D (or 0xEBDC3D) is known color: Starship. HEX triplet: EB, DC and 3D. RGB value is (235,220,61). Sum of RGB (Red+Green+Blue) = 235+220+61=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC3D is #1423C2. Grayscale: #CFCFCF. Windows color (decimal): -1319875 or 4054251. OLE color: 4054251.

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

Color convert

RGB 235 220 61 -
CMYK 0 0.06 0.74 0.08
HSL 54.83º 0.81% 0.58% -
HSV(B) 54.83º 0.74% 0.92% -
XYZ 60.7 69.19 14.57 -
YUV 206.36 45.97 148.43 -
System Red Green Blue C M Y K H S L
Decimal 235 220 61 0 0.06 0.74 0.08 54.83 0.81 0.58
Hex EB DC 3D 0 6 4A 8 37 51 3A
Octal 353 334 75 0 6 112 10 67 121 72
Binary 11101011 11011100 111101 0 110 1001010 1000 110111 1010001 111010

Color Harmonies of #EBDC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC3D

Black with #EBDC3D

Text Example


Text Example

White with #EBDC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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