Html Css Color HEX #EBDE40 Starship

📋 copy color: '#EBDE40'

red 235 ◦ green 222 ◦ blue 64

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

Shades of Starship #EBDE40

Tints of Starship #EBDE40

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.61%

 BLUE value IS 64 (25.39% from 255) = 12.28%

R = 45.11%
G = 42.61%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBDE40 (or 0xEBDE40) is known color: Starship. HEX triplet: EB, DE and 40. RGB value is (235,222,64). Sum of RGB (Red+Green+Blue) = 235+222+64=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDE40 is #1421BF. Grayscale: #D0D0D0. Windows color (decimal): -1319360 or 4251371. OLE color: 4251371.

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

Color convert

RGB 235 222 64 -
CMYK 0 0.06 0.73 0.08
HSL 55.44º 0.81% 0.59% -
HSV(B) 55.44º 0.73% 0.92% -
XYZ 61.31 70.27 15.18 -
YUV 207.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 235 222 64 0 0.06 0.73 0.08 55.44 0.81 0.59
Hex EB DE 40 0 6 49 8 37 51 3B
Octal 353 336 100 0 6 111 10 67 121 73
Binary 11101011 11011110 1000000 0 110 1001001 1000 110111 1010001 111011

Color Harmonies of #EBDE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDE40

Black with #EBDE40

Text Example


Text Example

White with #EBDE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDE40; }

 p { color: rgb(235,222,64); }

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

background-color css

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

 a { background-color: rgb(235,222,64); }

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

border-color css

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

 span { border-color: rgb(235,222,64); }

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