Html Css Color HEX #EBDB3B Starship

📋 copy color: '#EBDB3B'

red 235 ◦ green 219 ◦ blue 59

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

Shades of Starship #EBDB3B

Tints of Starship #EBDB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.5%

R = 45.81%
G = 42.69%
B = 11.5%

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

#EBDB3B (or 0xEBDB3B) is known color: Starship. HEX triplet: EB, DB and 3B. RGB value is (235,219,59). Sum of RGB (Red+Green+Blue) = 235+219+59=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 59 (23.44% from 255 or 11.50% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB3B is #1424C4. Grayscale: #CECECE. Windows color (decimal): -1320133 or 3922923. OLE color: 3922923.

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

Color convert

RGB 235 219 59 -
CMYK 0 0.07 0.75 0.08
HSL 54.55º 0.81% 0.58% -
HSV(B) 54.55º 0.75% 0.92% -
XYZ 60.38 68.64 14.2 -
YUV 205.54 45.3 149.01 -
System Red Green Blue C M Y K H S L
Decimal 235 219 59 0 0.07 0.75 0.08 54.55 0.81 0.58
Hex EB DB 3B 0 7 4B 8 37 51 3A
Octal 353 333 73 0 7 113 10 67 121 72
Binary 11101011 11011011 111011 0 111 1001011 1000 110111 1010001 111010

Color Harmonies of #EBDB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB3B

Black with #EBDB3B

Text Example


Text Example

White with #EBDB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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