Html Css Color HEX #EBDC43 Starship

📋 copy color: '#EBDC43'

red 235 ◦ green 220 ◦ blue 67

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

Shades of Starship #EBDC43

Tints of Starship #EBDC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.84%

R = 45.02%
G = 42.15%
B = 12.84%

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

#EBDC43 (or 0xEBDC43) is known color: Starship. HEX triplet: EB, DC and 43. RGB value is (235,220,67). Sum of RGB (Red+Green+Blue) = 235+220+67=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 67 (26.56% from 255 or 12.84% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC43 is #1423BC. Grayscale: #CFCFCF. Windows color (decimal): -1319869 or 4447467. OLE color: 4447467.

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

Color convert

RGB 235 220 67 -
CMYK 0 0.06 0.71 0.08
HSL 54.64º 0.81% 0.59% -
HSV(B) 54.64º 0.71% 0.92% -
XYZ 60.87 69.25 15.47 -
YUV 207.04 48.97 147.94 -
System Red Green Blue C M Y K H S L
Decimal 235 220 67 0 0.06 0.71 0.08 54.64 0.81 0.59
Hex EB DC 43 0 6 47 8 37 51 3B
Octal 353 334 103 0 6 107 10 67 121 73
Binary 11101011 11011100 1000011 0 110 1000111 1000 110111 1010001 111011

Color Harmonies of #EBDC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC43

Black with #EBDC43

Text Example


Text Example

White with #EBDC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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