Html Css Color HEX #EBE441 Starship

📋 copy color: '#EBE441'

red 235 ◦ green 228 ◦ blue 65

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

Shades of Starship #EBE441

Tints of Starship #EBE441

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.18%

 BLUE value IS 65 (25.78% from 255) = 12.31%

R = 44.51%
G = 43.18%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBE441 (or 0xEBE441) is known color: Starship. HEX triplet: EB, E4 and 41. RGB value is (235,228,65). Sum of RGB (Red+Green+Blue) = 235+228+65=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE441 is #141BBE. Grayscale: #D4D4D4. Windows color (decimal): -1317823 or 4318443. OLE color: 4318443.

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

Color convert

RGB 235 228 65 -
CMYK 0 0.03 0.72 0.08
HSL 57.53º 0.81% 0.59% -
HSV(B) 57.53º 0.72% 0.92% -
XYZ 62.96 73.53 15.88 -
YUV 211.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 235 228 65 0 0.03 0.72 0.08 57.53 0.81 0.59
Hex EB E4 41 0 3 48 8 3A 51 3B
Octal 353 344 101 0 3 110 10 72 121 73
Binary 11101011 11100100 1000001 0 11 1001000 1000 111010 1010001 111011

Color Harmonies of #EBE441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE441

Black with #EBE441

Text Example


Text Example

White with #EBE441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE441; }

 p { color: rgb(235,228,65); }

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

background-color css

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

 a { background-color: rgb(235,228,65); }

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

border-color css

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

 span { border-color: rgb(235,228,65); }

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