Html Css Color HEX #EAD63D Starship

📋 copy color: '#EAD63D'

red 234 ◦ green 214 ◦ blue 61

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

Shades of Starship #EAD63D

Tints of Starship #EAD63D

RGB

 RED value IS 234 (91.8% from 255) = 45.97%

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 61 (24.22% from 255) = 11.98%

R = 45.97%
G = 42.04%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAD63D (or 0xEAD63D) is known color: Starship. HEX triplet: EA, D6 and 3D. RGB value is (234,214,61). Sum of RGB (Red+Green+Blue) = 234+214+61=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD63D is #1529C2. Grayscale: #CBCBCB. Windows color (decimal): -1386947 or 4052714. OLE color: 4052714.

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

Color convert

RGB 234 214 61 -
CMYK 0 0.09 0.74 0.08
HSL 53.06º 0.8% 0.58% -
HSV(B) 53.06º 0.74% 0.92% -
XYZ 58.82 65.92 14.04 -
YUV 202.54 48.13 150.44 -
System Red Green Blue C M Y K H S L
Decimal 234 214 61 0 0.09 0.74 0.08 53.06 0.8 0.58
Hex EA D6 3D 0 9 4A 8 35 50 3A
Octal 352 326 75 0 11 112 10 65 120 72
Binary 11101010 11010110 111101 0 1001 1001010 1000 110101 1010000 111010

Color Harmonies of #EAD63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD63D

Black with #EAD63D

Text Example


Text Example

White with #EAD63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD63D; }

 p { color: rgb(234,214,61); }

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

background-color css

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

 a { background-color: rgb(234,214,61); }

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

border-color css

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

 span { border-color: rgb(234,214,61); }

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