Html Css Color HEX #EDD841 Starship

📋 copy color: '#EDD841'

red 237 ◦ green 216 ◦ blue 65

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

Shades of Starship #EDD841

Tints of Starship #EDD841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

 BLUE value IS 65 (25.78% from 255) = 12.55%

R = 45.75%
G = 41.7%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDD841 (or 0xEDD841) is known color: Starship. HEX triplet: ED, D8 and 41. RGB value is (237,216,65). Sum of RGB (Red+Green+Blue) = 237+216+65=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD841 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD841 is #1227BE. Grayscale: #CDCDCD. Windows color (decimal): -1189823 or 4315373. OLE color: 4315373.

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

Color convert

RGB 237 216 65 -
CMYK 0 0.09 0.73 0.07
HSL 52.67º 0.83% 0.59% -
HSV(B) 52.67º 0.73% 0.93% -
XYZ 60.44 67.5 14.84 -
YUV 205.07 48.96 150.78 -
System Red Green Blue C M Y K H S L
Decimal 237 216 65 0 0.09 0.73 0.07 52.67 0.83 0.59
Hex ED D8 41 0 9 49 7 35 53 3B
Octal 355 330 101 0 11 111 7 65 123 73
Binary 11101101 11011000 1000001 0 1001 1001001 111 110101 1010011 111011

Color Harmonies of #EDD841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD841

Black with #EDD841

Text Example


Text Example

White with #EDD841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD841; }

 p { color: rgb(237,216,65); }

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

background-color css

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

 a { background-color: rgb(237,216,65); }

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

border-color css

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

 span { border-color: rgb(237,216,65); }

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