Html Css Color HEX #EBE045 Starship

📋 copy color: '#EBE045'

red 235 ◦ green 224 ◦ blue 69

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

Shades of Starship #EBE045

Tints of Starship #EBE045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.07%

R = 44.51%
G = 42.42%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBE045 (or 0xEBE045) is known color: Starship. HEX triplet: EB, E0 and 45. RGB value is (235,224,69). Sum of RGB (Red+Green+Blue) = 235+224+69=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE045 is #141FBA. Grayscale: #D2D2D2. Windows color (decimal): -1318843 or 4579563. OLE color: 4579563.

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

Color convert

RGB 235 224 69 -
CMYK 0 0.05 0.71 0.08
HSL 56.02º 0.81% 0.6% -
HSV(B) 56.02º 0.71% 0.92% -
XYZ 61.99 71.4 16.15 -
YUV 209.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 235 224 69 0 0.05 0.71 0.08 56.02 0.81 0.6
Hex EB E0 45 0 5 47 8 38 51 3C
Octal 353 340 105 0 5 107 10 70 121 74
Binary 11101011 11100000 1000101 0 101 1000111 1000 111000 1010001 111100

Color Harmonies of #EBE045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE045

Black with #EBE045

Text Example


Text Example

White with #EBE045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE045; }

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

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

background-color css

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

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

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

border-color css

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

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

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