Html Css Color HEX #EBDC42 Starship

📋 copy color: '#EBDC42'

red 235 ◦ green 220 ◦ blue 66

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

Shades of Starship #EBDC42

Tints of Starship #EBDC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.67%

R = 45.11%
G = 42.23%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBDC42 (or 0xEBDC42) is known color: Starship. HEX triplet: EB, DC and 42. RGB value is (235,220,66). Sum of RGB (Red+Green+Blue) = 235+220+66=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC42 is #1423BD. Grayscale: #CFCFCF. Windows color (decimal): -1319870 or 4381931. OLE color: 4381931.

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

Color convert

RGB 235 220 66 -
CMYK 0 0.06 0.72 0.08
HSL 54.67º 0.81% 0.59% -
HSV(B) 54.67º 0.72% 0.92% -
XYZ 60.84 69.24 15.31 -
YUV 206.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 235 220 66 0 0.06 0.72 0.08 54.67 0.81 0.59
Hex EB DC 42 0 6 48 8 37 51 3B
Octal 353 334 102 0 6 110 10 67 121 73
Binary 11101011 11011100 1000010 0 110 1001000 1000 110111 1010001 111011

Color Harmonies of #EBDC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC42

Black with #EBDC42

Text Example


Text Example

White with #EBDC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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