Html Css Color HEX #EDD73E Starship

📋 copy color: '#EDD73E'

red 237 ◦ green 215 ◦ blue 62

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

Shades of Starship #EDD73E

Tints of Starship #EDD73E

RGB

 RED value IS 237 (92.97% from 255) = 46.11%

 GREEN value IS 215 (84.38% from 255) = 41.83%

 BLUE value IS 62 (24.61% from 255) = 12.06%

R = 46.11%
G = 41.83%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDD73E (or 0xEDD73E) is known color: Starship. HEX triplet: ED, D7 and 3E. RGB value is (237,215,62). Sum of RGB (Red+Green+Blue) = 237+215+62=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD73E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD73E is #1228C1. Grayscale: #CCCCCC. Windows color (decimal): -1190082 or 4118509. OLE color: 4118509.

HSL color Cylindrical-coordinate representation of color #EDD73E: hue angle of 52.46º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDD73E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 62 -
CMYK 0 0.09 0.74 0.07
HSL 52.46º 0.83% 0.59% -
HSV(B) 52.46º 0.74% 0.93% -
XYZ 60.09 66.95 14.31 -
YUV 204.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 237 215 62 0 0.09 0.74 0.07 52.46 0.83 0.59
Hex ED D7 3E 0 9 4A 7 34 53 3B
Octal 355 327 76 0 11 112 7 64 123 73
Binary 11101101 11010111 111110 0 1001 1001010 111 110100 1010011 111011

Color Harmonies of #EDD73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD73E

Black with #EDD73E

Text Example


Text Example

White with #EDD73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD73E; }

 p { color: rgb(237,215,62); }

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

background-color css

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

 a { background-color: rgb(237,215,62); }

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

border-color css

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

 span { border-color: rgb(237,215,62); }

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