Html Css Color HEX #EAD43D Starship

📋 copy color: '#EAD43D'

red 234 ◦ green 212 ◦ blue 61

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

Shades of Starship #EAD43D

Tints of Starship #EAD43D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.81%

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

R = 46.15%
G = 41.81%
B = 12.03%

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

#EAD43D (or 0xEAD43D) is known color: Starship. HEX triplet: EA, D4 and 3D. RGB value is (234,212,61). Sum of RGB (Red+Green+Blue) = 234+212+61=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD43D is #152BC2. Grayscale: #C9C9C9. Windows color (decimal): -1387459 or 4052202. OLE color: 4052202.

HSL color Cylindrical-coordinate representation of color #EAD43D: hue angle of 52.37º 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 #EAD43D is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 212 61 -
CMYK 0 0.09 0.74 0.08
HSL 52.37º 0.8% 0.58% -
HSV(B) 52.37º 0.74% 0.92% -
XYZ 58.32 64.92 13.87 -
YUV 201.36 48.79 151.28 -
System Red Green Blue C M Y K H S L
Decimal 234 212 61 0 0.09 0.74 0.08 52.37 0.8 0.58
Hex EA D4 3D 0 9 4A 8 34 50 3A
Octal 352 324 75 0 11 112 10 64 120 72
Binary 11101010 11010100 111101 0 1001 1001010 1000 110100 1010000 111010

Color Harmonies of #EAD43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD43D

Black with #EAD43D

Text Example


Text Example

White with #EAD43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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