Html Css Color HEX #EBDC44 Starship

📋 copy color: '#EBDC44'

red 235 ◦ green 220 ◦ blue 68

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

Shades of Starship #EBDC44

Tints of Starship #EBDC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13%

R = 44.93%
G = 42.07%
B = 13%

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

#EBDC44 (or 0xEBDC44) is known color: Starship. HEX triplet: EB, DC and 44. RGB value is (235,220,68). Sum of RGB (Red+Green+Blue) = 235+220+68=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 68 (26.95% from 255 or 13.00% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC44 is #1423BB. Grayscale: #CFCFCF. Windows color (decimal): -1319868 or 4513003. OLE color: 4513003.

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

Color convert

RGB 235 220 68 -
CMYK 0 0.06 0.71 0.08
HSL 54.61º 0.81% 0.59% -
HSV(B) 54.61º 0.71% 0.92% -
XYZ 60.9 69.27 15.63 -
YUV 207.16 49.47 147.86 -
System Red Green Blue C M Y K H S L
Decimal 235 220 68 0 0.06 0.71 0.08 54.61 0.81 0.59
Hex EB DC 44 0 6 47 8 37 51 3B
Octal 353 334 104 0 6 107 10 67 121 73
Binary 11101011 11011100 1000100 0 110 1000111 1000 110111 1010001 111011

Color Harmonies of #EBDC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC44

Black with #EBDC44

Text Example


Text Example

White with #EBDC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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