Html Css Color HEX #EBE042 Starship

📋 copy color: '#EBE042'

red 235 ◦ green 224 ◦ blue 66

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

Shades of Starship #EBE042

Tints of Starship #EBE042

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 44.76%
G = 42.67%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBE042 (or 0xEBE042) is known color: Starship. HEX triplet: EB, E0 and 42. RGB value is (235,224,66). Sum of RGB (Red+Green+Blue) = 235+224+66=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE042 is #141FBD. Grayscale: #D1D1D1. Windows color (decimal): -1318846 or 4382955. OLE color: 4382955.

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

Color convert

RGB 235 224 66 -
CMYK 0 0.05 0.72 0.08
HSL 56.09º 0.81% 0.59% -
HSV(B) 56.09º 0.72% 0.92% -
XYZ 61.9 71.37 15.67 -
YUV 209.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 235 224 66 0 0.05 0.72 0.08 56.09 0.81 0.59
Hex EB E0 42 0 5 48 8 38 51 3B
Octal 353 340 102 0 5 110 10 70 121 73
Binary 11101011 11100000 1000010 0 101 1001000 1000 111000 1010001 111011

Color Harmonies of #EBE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE042

Black with #EBE042

Text Example


Text Example

White with #EBE042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE042; }

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

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

background-color css

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

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

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

border-color css

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

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

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