Html Css Color HEX #EDE843 Starship

📋 copy color: '#EDE843'

red 237 ◦ green 232 ◦ blue 67

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

Shades of Starship #EDE843

Tints of Starship #EDE843

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.28%

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

R = 44.22%
G = 43.28%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDE843 (or 0xEDE843) is known color: Starship. HEX triplet: ED, E8 and 43. RGB value is (237,232,67). Sum of RGB (Red+Green+Blue) = 237+232+67=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 67 (26.56% from 255 or 12.5% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE843 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE843 is #1217BC. Grayscale: #D7D7D7. Windows color (decimal): -1185725 or 4450541. OLE color: 4450541.

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

Color convert

RGB 237 232 67 -
CMYK 0 0.02 0.72 0.07
HSL 58.24º 0.83% 0.6% -
HSV(B) 58.24º 0.72% 0.93% -
XYZ 64.79 76.12 16.59 -
YUV 214.69 44.66 143.92 -
System Red Green Blue C M Y K H S L
Decimal 237 232 67 0 0.02 0.72 0.07 58.24 0.83 0.6
Hex ED E8 43 0 2 48 7 3A 53 3C
Octal 355 350 103 0 2 110 7 72 123 74
Binary 11101101 11101000 1000011 0 10 1001000 111 111010 1010011 111100

Color Harmonies of #EDE843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE843

Black with #EDE843

Text Example


Text Example

White with #EDE843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE843; }

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

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

background-color css

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

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

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

border-color css

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

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

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