Html Css Color HEX #EDDE3E Starship

📋 copy color: '#EDDE3E'

red 237 ◦ green 222 ◦ blue 62

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

Shades of Starship #EDDE3E

Tints of Starship #EDDE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.61%

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

R = 45.49%
G = 42.61%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDDE3E (or 0xEDDE3E) is known color: Starship. HEX triplet: ED, DE and 3E. RGB value is (237,222,62). Sum of RGB (Red+Green+Blue) = 237+222+62=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 62 (24.61% from 255 or 11.90% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDE3E is #1221C1. Grayscale: #D0D0D0. Windows color (decimal): -1188290 or 4120301. OLE color: 4120301.

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

Color convert

RGB 237 222 62 -
CMYK 0 0.06 0.74 0.07
HSL 54.86º 0.83% 0.59% -
HSV(B) 54.86º 0.74% 0.93% -
XYZ 61.92 70.59 14.92 -
YUV 208.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 237 222 62 0 0.06 0.74 0.07 54.86 0.83 0.59
Hex ED DE 3E 0 6 4A 7 37 53 3B
Octal 355 336 76 0 6 112 7 67 123 73
Binary 11101101 11011110 111110 0 110 1001010 111 110111 1010011 111011

Color Harmonies of #EDDE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE3E

Black with #EDDE3E

Text Example


Text Example

White with #EDDE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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