Html Css Color HEX #EBDA44 Starship

📋 copy color: '#EBDA44'

red 235 ◦ green 218 ◦ blue 68

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

Shades of Starship #EBDA44

Tints of Starship #EBDA44

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.84%

 BLUE value IS 68 (26.95% from 255) = 13.05%

R = 45.11%
G = 41.84%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBDA44 (or 0xEBDA44) is known color: Starship. HEX triplet: EB, DA and 44. RGB value is (235,218,68). Sum of RGB (Red+Green+Blue) = 235+218+68=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 68 (26.95% from 255 or 13.05% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA44 is #1425BB. Grayscale: #CECECE. Windows color (decimal): -1320380 or 4512491. OLE color: 4512491.

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

Color convert

RGB 235 218 68 -
CMYK 0 0.07 0.71 0.08
HSL 53.89º 0.81% 0.59% -
HSV(B) 53.89º 0.71% 0.92% -
XYZ 60.38 68.22 15.45 -
YUV 205.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 235 218 68 0 0.07 0.71 0.08 53.89 0.81 0.59
Hex EB DA 44 0 7 47 8 36 51 3B
Octal 353 332 104 0 7 107 10 66 121 73
Binary 11101011 11011010 1000100 0 111 1000111 1000 110110 1010001 111011

Color Harmonies of #EBDA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA44

Black with #EBDA44

Text Example


Text Example

White with #EBDA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA44; }

 p { color: rgb(235,218,68); }

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

background-color css

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

 a { background-color: rgb(235,218,68); }

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

border-color css

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

 span { border-color: rgb(235,218,68); }

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