Html Css Color HEX #EDE243 Starship

📋 copy color: '#EDE243'

red 237 ◦ green 226 ◦ blue 67

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

Shades of Starship #EDE243

Tints of Starship #EDE243

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.64%

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

R = 44.72%
G = 42.64%
B = 12.64%

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

#EDE243 (or 0xEDE243) is known color: Starship. HEX triplet: ED, E2 and 43. RGB value is (237,226,67). Sum of RGB (Red+Green+Blue) = 237+226+67=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 67 (26.56% from 255 or 12.64% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE243 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE243 is #121DBC. Grayscale: #D3D3D3. Windows color (decimal): -1187261 or 4449005. OLE color: 4449005.

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

Color convert

RGB 237 226 67 -
CMYK 0 0.05 0.72 0.07
HSL 56.12º 0.83% 0.6% -
HSV(B) 56.12º 0.72% 0.93% -
XYZ 63.13 72.8 16.03 -
YUV 211.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 237 226 67 0 0.05 0.72 0.07 56.12 0.83 0.6
Hex ED E2 43 0 5 48 7 38 53 3C
Octal 355 342 103 0 5 110 7 70 123 74
Binary 11101101 11100010 1000011 0 101 1001000 111 111000 1010011 111100

Color Harmonies of #EDE243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE243

Black with #EDE243

Text Example


Text Example

White with #EDE243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE243; }

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

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

background-color css

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

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

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

border-color css

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

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

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