Html Css Color HEX #EBDB3F Starship

📋 copy color: '#EBDB3F'

red 235 ◦ green 219 ◦ blue 63

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

Shades of Starship #EBDB3F

Tints of Starship #EBDB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.19%

R = 45.45%
G = 42.36%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBDB3F (or 0xEBDB3F) is known color: Starship. HEX triplet: EB, DB and 3F. RGB value is (235,219,63). Sum of RGB (Red+Green+Blue) = 235+219+63=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB3F is #1424C0. Grayscale: #CECECE. Windows color (decimal): -1320129 or 4185067. OLE color: 4185067.

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

Color convert

RGB 235 219 63 -
CMYK 0 0.07 0.73 0.08
HSL 54.42º 0.81% 0.58% -
HSV(B) 54.42º 0.73% 0.92% -
XYZ 60.49 68.68 14.77 -
YUV 206 47.3 148.68 -
System Red Green Blue C M Y K H S L
Decimal 235 219 63 0 0.07 0.73 0.08 54.42 0.81 0.58
Hex EB DB 3F 0 7 49 8 36 51 3A
Octal 353 333 77 0 7 111 10 66 121 72
Binary 11101011 11011011 111111 0 111 1001001 1000 110110 1010001 111010

Color Harmonies of #EBDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB3F

Black with #EBDB3F

Text Example


Text Example

White with #EBDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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