Html Css Color HEX #E6DB3A Starship

📋 copy color: '#E6DB3A'

red 230 ◦ green 219 ◦ blue 58

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

Shades of Starship #E6DB3A

Tints of Starship #E6DB3A

RGB

 RED value IS 230 (90.23% from 255) = 45.36%

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

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

R = 45.36%
G = 43.2%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6DB3A (or 0xE6DB3A) is known color: Starship. HEX triplet: E6, DB and 3A. RGB value is (230,219,58). Sum of RGB (Red+Green+Blue) = 230+219+58=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DB3A is #1924C5. Grayscale: #CCCCCC. Windows color (decimal): -1647814 or 3857382. OLE color: 3857382.

HSL color Cylindrical-coordinate representation of color #E6DB3A: hue angle of 56.16º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6DB3A is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 219 58 -
CMYK 0 0.05 0.75 0.10
HSL 56.16º 0.77% 0.56% -
HSV(B) 56.16º 0.75% 0.9% -
XYZ 58.73 67.79 13.99 -
YUV 203.94 45.64 146.59 -
System Red Green Blue C M Y K H S L
Decimal 230 219 58 0 0.05 0.75 0.10 56.16 0.77 0.56
Hex E6 DB 3A 0 5 4B A 38 4D 38
Octal 346 333 72 0 5 113 12 70 115 70
Binary 11100110 11011011 111010 0 101 1001011 1010 111000 1001101 111000

Color Harmonies of #E6DB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DB3A

Black with #E6DB3A

Text Example


Text Example

White with #E6DB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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