Html Css Color HEX #EFD575 Wild Rice

📋 copy color: '#EFD575'

red 239 ◦ green 213 ◦ blue 117

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

Shades of Wild Rice #EFD575

Tints of Wild Rice #EFD575

RGB

 RED value IS 239 (93.75% from 255) = 42%

 GREEN value IS 213 (83.59% from 255) = 37.43%

 BLUE value IS 117 (46.09% from 255) = 20.56%

R = 42%
G = 37.43%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFD575 (or 0xEFD575) is known color: Wild Rice. HEX triplet: EF, D5 and 75. RGB value is (239,213,117). Sum of RGB (Red+Green+Blue) = 239+213+117=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD575 is #102A8A. Grayscale: #D2D2D2. Windows color (decimal): -1059467 or 7722479. OLE color: 7722479.

HSL color Cylindrical-coordinate representation of color #EFD575: hue angle of 47.21º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFD575 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 117 -
CMYK 0 0.11 0.51 0.06
HSL 47.21º 0.79% 0.7% -
HSV(B) 47.21º 0.51% 0.94% -
XYZ 62.6 67.22 26.51 -
YUV 209.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 239 213 117 0 0.11 0.51 0.06 47.21 0.79 0.7
Hex EF D5 75 0 B 33 6 2F 4F 46
Octal 357 325 165 0 13 63 6 57 117 106
Binary 11101111 11010101 1110101 0 1011 110011 110 101111 1001111 1000110

Color Harmonies of #EFD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD575

Black with #EFD575

Text Example


Text Example

White with #EFD575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD575; }

 p { color: rgb(239,213,117); }

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

background-color css

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

 a { background-color: rgb(239,213,117); }

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

border-color css

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

 span { border-color: rgb(239,213,117); }

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