Html Css Color HEX #EDDC3E Starship

📋 copy color: '#EDDC3E'

red 237 ◦ green 220 ◦ blue 62

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

Shades of Starship #EDDC3E

Tints of Starship #EDDC3E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.39%

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

R = 45.66%
G = 42.39%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDDC3E (or 0xEDDC3E) is known color: Starship. HEX triplet: ED, DC and 3E. RGB value is (237,220,62). Sum of RGB (Red+Green+Blue) = 237+220+62=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC3E is #1223C1. Grayscale: #CFCFCF. Windows color (decimal): -1188802 or 4119789. OLE color: 4119789.

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

Color convert

RGB 237 220 62 -
CMYK 0 0.07 0.74 0.07
HSL 54.17º 0.83% 0.59% -
HSV(B) 54.17º 0.74% 0.93% -
XYZ 61.39 69.54 14.74 -
YUV 207.07 46.13 149.35 -
System Red Green Blue C M Y K H S L
Decimal 237 220 62 0 0.07 0.74 0.07 54.17 0.83 0.59
Hex ED DC 3E 0 7 4A 7 36 53 3B
Octal 355 334 76 0 7 112 7 66 123 73
Binary 11101101 11011100 111110 0 111 1001010 111 110110 1010011 111011

Color Harmonies of #EDDC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC3E

Black with #EDDC3E

Text Example


Text Example

White with #EDDC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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