Html Css Color HEX #EBE03D Starship

📋 copy color: '#EBE03D'

red 235 ◦ green 224 ◦ blue 61

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

Shades of Starship #EBE03D

Tints of Starship #EBE03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.73%

R = 45.19%
G = 43.08%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBE03D (or 0xEBE03D) is known color: Starship. HEX triplet: EB, E0 and 3D. RGB value is (235,224,61). Sum of RGB (Red+Green+Blue) = 235+224+61=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 61 (24.22% from 255 or 11.73% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE03D is #141FC2. Grayscale: #D1D1D1. Windows color (decimal): -1318851 or 4055275. OLE color: 4055275.

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

Color convert

RGB 235 224 61 -
CMYK 0 0.05 0.74 0.08
HSL 56.21º 0.81% 0.58% -
HSV(B) 56.21º 0.74% 0.92% -
XYZ 61.76 71.31 14.92 -
YUV 208.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 235 224 61 0 0.05 0.74 0.08 56.21 0.81 0.58
Hex EB E0 3D 0 5 4A 8 38 51 3A
Octal 353 340 75 0 5 112 10 70 121 72
Binary 11101011 11100000 111101 0 101 1001010 1000 111000 1010001 111010

Color Harmonies of #EBE03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE03D

Black with #EBE03D

Text Example


Text Example

White with #EBE03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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