Html Css Color HEX #EDE143 Starship

📋 copy color: '#EDE143'

red 237 ◦ green 225 ◦ blue 67

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

Shades of Starship #EDE143

Tints of Starship #EDE143

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.53%

 BLUE value IS 67 (26.56% from 255) = 12.67%

R = 44.8%
G = 42.53%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDE143 (or 0xEDE143) is known color: Starship. HEX triplet: ED, E1 and 43. RGB value is (237,225,67). Sum of RGB (Red+Green+Blue) = 237+225+67=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 67 (26.56% from 255 or 12.67% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE143 is #121EBC. Grayscale: #D3D3D3. Windows color (decimal): -1187517 or 4448749. OLE color: 4448749.

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

Color convert

RGB 237 225 67 -
CMYK 0 0.05 0.72 0.07
HSL 55.76º 0.83% 0.6% -
HSV(B) 55.76º 0.72% 0.93% -
XYZ 62.86 72.26 15.94 -
YUV 210.58 46.98 146.85 -
System Red Green Blue C M Y K H S L
Decimal 237 225 67 0 0.05 0.72 0.07 55.76 0.83 0.6
Hex ED E1 43 0 5 48 7 38 53 3C
Octal 355 341 103 0 5 110 7 70 123 74
Binary 11101101 11100001 1000011 0 101 1001000 111 111000 1010011 111100

Color Harmonies of #EDE143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE143

Black with #EDE143

Text Example


Text Example

White with #EDE143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE143; }

 p { color: rgb(237,225,67); }

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

background-color css

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

 a { background-color: rgb(237,225,67); }

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

border-color css

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

 span { border-color: rgb(237,225,67); }

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