Html Css Color HEX #EDD83E Starship

📋 copy color: '#EDD83E'

red 237 ◦ green 216 ◦ blue 62

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

Shades of Starship #EDD83E

Tints of Starship #EDD83E

RGB

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

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

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

R = 46.02%
G = 41.94%
B = 12.04%

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

#EDD83E (or 0xEDD83E) is known color: Starship. HEX triplet: ED, D8 and 3E. RGB value is (237,216,62). Sum of RGB (Red+Green+Blue) = 237+216+62=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 62 (24.61% from 255 or 12.04% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD83E is #1227C1. Grayscale: #CDCDCD. Windows color (decimal): -1189826 or 4118765. OLE color: 4118765.

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

Color convert

RGB 237 216 62 -
CMYK 0 0.09 0.74 0.07
HSL 52.8º 0.83% 0.59% -
HSV(B) 52.8º 0.74% 0.93% -
XYZ 60.35 67.46 14.4 -
YUV 204.72 47.46 151.02 -
System Red Green Blue C M Y K H S L
Decimal 237 216 62 0 0.09 0.74 0.07 52.8 0.83 0.59
Hex ED D8 3E 0 9 4A 7 35 53 3B
Octal 355 330 76 0 11 112 7 65 123 73
Binary 11101101 11011000 111110 0 1001 1001010 111 110101 1010011 111011

Color Harmonies of #EDD83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD83E

Black with #EDD83E

Text Example


Text Example

White with #EDD83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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