Html Css Color HEX #EDE23E Starship

📋 copy color: '#EDE23E'

red 237 ◦ green 226 ◦ blue 62

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

Shades of Starship #EDE23E

Tints of Starship #EDE23E

RGB

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

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

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

R = 45.14%
G = 43.05%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDE23E (or 0xEDE23E) is known color: Starship. HEX triplet: ED, E2 and 3E. RGB value is (237,226,62). Sum of RGB (Red+Green+Blue) = 237+226+62=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 62 (24.61% from 255 or 11.81% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE23E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE23E is #121DC1. Grayscale: #D3D3D3. Windows color (decimal): -1187266 or 4121325. OLE color: 4121325.

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

Color convert

RGB 237 226 62 -
CMYK 0 0.05 0.74 0.07
HSL 56.23º 0.83% 0.59% -
HSV(B) 56.23º 0.74% 0.93% -
XYZ 62.99 72.75 15.28 -
YUV 210.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 237 226 62 0 0.05 0.74 0.07 56.23 0.83 0.59
Hex ED E2 3E 0 5 4A 7 38 53 3B
Octal 355 342 76 0 5 112 7 70 123 73
Binary 11101101 11100010 111110 0 101 1001010 111 111000 1010011 111011

Color Harmonies of #EDE23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE23E

Black with #EDE23E

Text Example


Text Example

White with #EDE23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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