Html Css Color HEX #EBDD42 Starship

📋 copy color: '#EBDD42'

red 235 ◦ green 221 ◦ blue 66

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

Shades of Starship #EBDD42

Tints of Starship #EBDD42

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.34%

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

R = 45.02%
G = 42.34%
B = 12.64%

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

#EBDD42 (or 0xEBDD42) is known color: Starship. HEX triplet: EB, DD and 42. RGB value is (235,221,66). Sum of RGB (Red+Green+Blue) = 235+221+66=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD42 is #1422BD. Grayscale: #D0D0D0. Windows color (decimal): -1319614 or 4382187. OLE color: 4382187.

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

Color convert

RGB 235 221 66 -
CMYK 0 0.06 0.72 0.08
HSL 55.03º 0.81% 0.59% -
HSV(B) 55.03º 0.72% 0.92% -
XYZ 61.1 69.77 15.4 -
YUV 207.52 48.14 147.6 -
System Red Green Blue C M Y K H S L
Decimal 235 221 66 0 0.06 0.72 0.08 55.03 0.81 0.59
Hex EB DD 42 0 6 48 8 37 51 3B
Octal 353 335 102 0 6 110 10 67 121 73
Binary 11101011 11011101 1000010 0 110 1001000 1000 110111 1010001 111011

Color Harmonies of #EBDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD42

Black with #EBDD42

Text Example


Text Example

White with #EBDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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