Html Css Color HEX #EBDB3A Starship

📋 copy color: '#EBDB3A'

red 235 ◦ green 219 ◦ blue 58

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

Shades of Starship #EBDB3A

Tints of Starship #EBDB3A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

 BLUE value IS 58 (23.05% from 255) = 11.33%

R = 45.9%
G = 42.77%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EBDB3A (or 0xEBDB3A) is known color: Starship. HEX triplet: EB, DB and 3A. RGB value is (235,219,58). Sum of RGB (Red+Green+Blue) = 235+219+58=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB3A is #1424C5. Grayscale: #CECECE. Windows color (decimal): -1320134 or 3857387. OLE color: 3857387.

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

Color convert

RGB 235 219 58 -
CMYK 0 0.07 0.75 0.08
HSL 54.58º 0.82% 0.57% -
HSV(B) 54.58º 0.75% 0.92% -
XYZ 60.36 68.63 14.07 -
YUV 205.43 44.8 149.09 -
System Red Green Blue C M Y K H S L
Decimal 235 219 58 0 0.07 0.75 0.08 54.58 0.82 0.57
Hex EB DB 3A 0 7 4B 8 37 52 39
Octal 353 333 72 0 7 113 10 67 122 71
Binary 11101011 11011011 111010 0 111 1001011 1000 110111 1010010 111001

Color Harmonies of #EBDB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB3A

Black with #EBDB3A

Text Example


Text Example

White with #EBDB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB3A; }

 p { color: rgb(235,219,58); }

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

background-color css

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

 a { background-color: rgb(235,219,58); }

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

border-color css

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

 span { border-color: rgb(235,219,58); }

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