Html Css Color HEX #EDE744 Starship

📋 copy color: '#EDE744'

red 237 ◦ green 231 ◦ blue 68

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

Shades of Starship #EDE744

Tints of Starship #EDE744

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.1%

 BLUE value IS 68 (26.95% from 255) = 12.69%

R = 44.22%
G = 43.1%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDE744 (or 0xEDE744) is known color: Starship. HEX triplet: ED, E7 and 44. RGB value is (237,231,68). Sum of RGB (Red+Green+Blue) = 237+231+68=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 68 (26.95% from 255 or 12.69% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE744 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE744 is #1218BB. Grayscale: #D6D6D6. Windows color (decimal): -1185980 or 4515821. OLE color: 4515821.

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

Color convert

RGB 237 231 68 -
CMYK 0 0.03 0.71 0.07
HSL 57.87º 0.82% 0.6% -
HSV(B) 57.87º 0.71% 0.93% -
XYZ 64.54 75.57 16.65 -
YUV 214.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 237 231 68 0 0.03 0.71 0.07 57.87 0.82 0.6
Hex ED E7 44 0 3 47 7 3A 52 3C
Octal 355 347 104 0 3 107 7 72 122 74
Binary 11101101 11100111 1000100 0 11 1000111 111 111010 1010010 111100

Color Harmonies of #EDE744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE744

Black with #EDE744

Text Example


Text Example

White with #EDE744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE744; }

 p { color: rgb(237,231,68); }

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

background-color css

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

 a { background-color: rgb(237,231,68); }

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

border-color css

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

 span { border-color: rgb(237,231,68); }

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